Answers for "connect to linux server using ssh key"

0

SSH with key Linux

nano ssh_key_for_demo_user.txt # paste your ssh key in here

chmod 600 ssh_key_for_demo_user.txt

ssh -i ssh_key_for_demo_user.txt [email protected]
Posted by: Guest on March-15-2022

Code answers related to "connect to linux server using ssh key"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language