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
367043e0c5
converge
/
pkg
/
comms
History
Erik Brakkee
367043e0c5
When a duplicate id is requested the server now allocates a new unique id so that the session can be handled anyway.
2024-07-30 19:45:25 +02:00
..
agentlistener.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
agentserver.go
When a duplicate id is requested the server now allocates a new unique id so that the session can be handled anyway.
2024-07-30 19:45:25 +02:00
events.go
When a duplicate id is requested the server now allocates a new unique id so that the session can be handled anyway.
2024-07-30 19:45:25 +02:00
gobchannel.go
Added pprof to convergeserver and optionally to
2024-07-28 11:48:31 +02:00