StanfordSNR / guardian-agent

[beta] Guardian Agent: secure ssh-agent forwarding for Mosh and SSH
BSD 3-Clause "New" or "Revised" License
438 stars 30 forks source link

Support multiple sga-guard sessions to the same machine #3

Open dimakogan opened 6 years ago

dimakogan commented 6 years ago

Currently, if more than one sga-guard session is initiated to the same (user,machine), each session overrides the unique symbolic link used for communication. When that latest session dies, the older session does not become active again. We should perhaps use a directory of sockets, and sga-ssh will use the latest one (based on timestamp)