Answers for "configure ssh with public key linux"

6

create public key linux

ssh-keygen -t rsa -C "[email protected]"
Posted by: Guest on May-08-2020
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 "Shell/Bash"

Browse Popular Code Answers by Language