Answers for "Run ssh and immediately execute command"

0

Run ssh and immediately execute command

ssh -t 'command; bash -l'
ssh -t [email protected] 'cd /some/path; bash -l'
Posted by: Guest on September-15-2021

Code answers related to "Run ssh and immediately execute command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language