Skip to content

Instantly share code, notes, and snippets.

@fprieur
Created February 18, 2015 15:43
Show Gist options
  • Save fprieur/67a58435623b1aaab89e to your computer and use it in GitHub Desktop.
Save fprieur/67a58435623b1aaab89e to your computer and use it in GitHub Desktop.
Push SSH key to Authorized Keys

Using ssh-copy-id to Push SSH key to Authorized Keys

ssh-copy-id -i ~/.ssh/id_rsa.pub [user@yourhost]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment