Tagged Questions
10
votes
4answers
952 views
ssh with command…Plus the shell
I'd like a command that ssh'es into a machine, runs a command (cd or execute a script or su), and then gives me the shell. Passing a command to ssh seems to always exit.
Some examples of what I'm ...