Skip to content

Instantly share code, notes, and snippets.

@thomasaarholt
Created January 8, 2019 18:41
Show Gist options
  • Save thomasaarholt/119a9e084fde8871692b470026116170 to your computer and use it in GitHub Desktop.
Save thomasaarholt/119a9e084fde8871692b470026116170 to your computer and use it in GitHub Desktop.
How to add your ssh public key to a remote
# Open terminal, locally call:
ssh-copy-id -i ~/.ssh/id_rsa.pub user@somehost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment