Answers for "how to connect to ssh with public key and private key"

1

add ssh public key to server

ssh-copy-id -i $HOME/.ssh/id_rsa.pub [email protected]
Posted by: Guest on December-09-2021

Code answers related to "how to connect to ssh with public key and private key"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language