Skip to content

Instantly share code, notes, and snippets.

@PankajWorks
Created August 29, 2016 05:06
Show Gist options
  • Save PankajWorks/671877313a42001a306a4a24e44578d8 to your computer and use it in GitHub Desktop.
Save PankajWorks/671877313a42001a306a4a24e44578d8 to your computer and use it in GitHub Desktop.
Steps
1 : ssh-keygen
2 : ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host
3 : ssh remote-host
You should be able to log in without password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment