Run a remote command using ssh config file
- by PeterJCLaw
I'd like to be able to setup a command to run on ssh login to a server, without needing to type it.
Basically I'm looking for the ssh config file equivalent of:
ssh host command
so that all I need to type is:
ssh host
and the command gets run.