Skip to content

Instantly share code, notes, and snippets.

@ps
Created November 1, 2014 23:51
Show Gist options
  • Save ps/4a17de017ccf350f4c67 to your computer and use it in GitHub Desktop.
Save ps/4a17de017ccf350f4c67 to your computer and use it in GitHub Desktop.
Dealing with existing SSH keys
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