↧
Answer by Sven for Properly implement REMOTE_USER-like thing for ssh
If you want to connect multiple remote persons to the same local user account, you should use SSH keys and have each user use their own key. This allows you to identify the key used to login (see this...
View ArticleProperly implement REMOTE_USER-like thing for ssh
I'd like to know how to make the remote user name available in an ssh session on my server. So when joe@host1 logs in as commonuser@server1, the scripts running on server1 running as commonuser will...
View Article