Answers for "create new ssh keys with name"

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

Browse Popular Code Answers by Language