watchdog icon indicating copy to clipboard operation
watchdog copied to clipboard

Race condition for ssh_env

Open sukhman-sukh opened this issue 1 year ago • 0 comments

Currently, there is a race condition where, if one user SSHs into the server with the username 'abc' and another user subsequently SSHs in with the username 'xyz', the ssh_env file will be overwritten with the new public SSH key and username. This can lead to incorrect information being forwarded during logging and Slack notifications.

sukhman-sukh avatar Nov 05 '24 23:11 sukhman-sukh