Created
December 6, 2013 17:21
-
-
Save deckerego/7828668 to your computer and use it in GitHub Desktop.
Key-based authentication (SSH authentication that uses certificates instead of passwords) must first be enabled by the SSH server itself. Most distros seem to allow this by default. First create a id_rsa.pub / id_rsa key pair with the following command, then take the contents of id_rsa.pub (not the other one) and appended it to the end of ~/.ssh…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-keygen -t rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment