Install local ssh key on remote host
ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host |