Answers for "add public key to server"

6

add public key to server

ssh-copy-id -i ~/.ssh/mykey.pub user@host
Posted by: Guest on May-13-2020
1

ssh add public key inside server

nano ~/.ssh/authorized_keys
#then add your public key in the end (new line pls)
Posted by: Guest on August-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language