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.
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_envfile will be overwritten with the new public SSH key and username. This can lead to incorrect information being forwarded during logging and Slack notifications.