Run Command on SSH Login
Do you need to run a command on SSH login? There are a lot of solutions on the
web for this, but most of them are very complex. I stumbled across this easy
method of using the authorized_keys
file, simply add command="ls -l"
(replacing ls -l
with something a bit more useful like tmux
or screen
) in
front of the key fingerprint. This also means you can have different commands
for different keys if you choose.