ssh/keys
Revision as of 05:30, 10 January 2008 by Brandon CS Sanders (talk | contribs) (HowToUseSSHKeys moved to ssh/keys)
Setup
First, you need a public / private keypair, protected with a passphrase.
ssh-keygen -t rsa
This will prompt you for a password, and generate files in ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub
