Skip to content

Instantly share code, notes, and snippets.

@bulain
Created February 27, 2013 03:57
Show Gist options
  • Save bulain/5044936 to your computer and use it in GitHub Desktop.
Save bulain/5044936 to your computer and use it in GitHub Desktop.
putty login with key pair
ssh-keygen -t rsa -C "bulain@gmail.com"
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