You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: