Created
November 1, 2014 23:51
-
-
Save ps/4a17de017ccf350f4c67 to your computer and use it in GitHub Desktop.
Dealing with existing SSH keys
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I already had git ssh keys set up and now wanted to use the same one for logging into my Digital Ocean droplet. To copy over ssh keys to the remote droplet just do: | |
ssh-copy-id user@address |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment