Answers for "ssh connection command in linux"

9

ssh login

ssh [username]@[ip]
Posted by: Guest on July-21-2020
2

access ssh session

ssh -i <KEY CERTIFICATE | .ppk or .pem file> <URL for local or remote server>
Posted by: Guest on May-12-2020
0

linux run command on ssh connected

ssh -t [email protected] '<SOME COMMAND>; bash -l'
Posted by: Guest on April-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language