Skip to content

Instantly share code, notes, and snippets.

@kepbod
Created May 8, 2016 08:27
Show Gist options
  • Save kepbod/66455df536ab271342bfa57600c6fdb5 to your computer and use it in GitHub Desktop.
Save kepbod/66455df536ab271342bfa57600c6fdb5 to your computer and use it in GitHub Desktop.
Login ssh without password
ssh-keygen
ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host
ssh remote-host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment