Answers for "unprotected private key file! windows 10 ssh"

0

Unprotected private key file

sudo chmod 600 ~/.ssh/<your key's name>
Posted by: Guest on May-25-2021
0

Unprotected private key file

ssh -i ~/.ssh/<name of your key> <username>@<ip address>
Posted by: Guest on May-25-2021

Code answers related to "unprotected private key file! windows 10 ssh"

Browse Popular Code Answers by Language