This website requires JavaScript.
Explore
Help
Sign In
erik
/
converge
Watch
1
Star
0
Fork
0
You've already forked converge
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7a51e3ac45
converge
/
pkg
/
agent
History
Erik Brakkee
7a51e3ac45
Unique ids for clients generated by converge server and made available to the ssh session through a net.Conn extension that passes the ID to the SSH session through the LocalAddr().
2024-07-27 22:37:40 +02:00
..
help.txt
clean solution for concurrence in session.go by serializing all external calls (apart from initialization) through a channel.
2024-07-24 19:23:51 +02:00
session.go
Unique ids for clients generated by converge server and made available to the ssh session through a net.Conn extension that passes the ID to the SSH session through the LocalAddr().
2024-07-27 22:37:40 +02:00
ssh.go
basic session management is now implemented.
2024-07-21 12:34:34 +02:00