Skip to content

Instantly share code, notes, and snippets.

@chrissyhroberts
Created January 21, 2019 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrissyhroberts/0034b784454c1b21c635a50e501d5368 to your computer and use it in GitHub Desktop.
Save chrissyhroberts/0034b784454c1b21c635a50e501d5368 to your computer and use it in GitHub Desktop.
copy ssh id to a server to enable login without password
ssh-copy-id -i ~/.ssh/mykey user@host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment