The ssh-copy-id
is the quick command that lets you add SSH key to the remote server. So, next time you log in, you don’t have to type your password again.
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
The ssh-copy-id
is the quick command that lets you add SSH key to the remote server. So, next time you log in, you don’t have to type your password again.
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]