Created
February 27, 2013 03:57
-
-
Save bulain/5044936 to your computer and use it in GitHub Desktop.
putty login with key pair
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 -C "[email protected]" | |
cat id_rsa.pub >> ~/.ssh/authorized_keys | |
puttygen.exe generate bulain.ppk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment