Monday, December 7, 2009

New project with Unfuddle: Setting up SSH on Windows

From msyswin:

ssh-keygen -C "username@email.com" -t rsa

The -C adds our e-mail as a comment to the key. The -t sets the key type to rsa. The key itself will be stored at $HOME/.ssh/id_rsa.pub. Copy and paste the contents of that file into your Unfuddle public key.

Source

No comments:

Post a Comment