Answers for "login with ssh key linux"

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
0

how to login into ssh

bluebug@htb[/htb]$ ssh [username]@[IP address]
Posted by: Guest on February-20-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language