Skip to content

Instantly share code, notes, and snippets.

@victorono
Last active August 29, 2015 13:58
Show Gist options
  • Save victorono/10314305 to your computer and use it in GitHub Desktop.
Save victorono/10314305 to your computer and use it in GitHub Desktop.
SSH without password between servers
ssh-keygen -b 4096 -t rsa
ssh-copy-id user@server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment