Answers for "how do you make an ssh key"

2

create ssh keys

cat ~/.ssh/id_rsa.pub | ssh [email protected] "mkdir -p ~/.ssh && chmod 700 ~/.ssh && cat >>  ~/.ssh/authorized_keys"
Posted by: Guest on August-20-2020

Code answers related to "how do you make an ssh key"

Browse Popular Code Answers by Language