Return to Snippet

Revision: 4198
at November 6, 2007 04:53 by micmath


Initial Code
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub | ssh username@remoteserver "cat - >> /home/username/authorized_keys"

Initial URL


Initial Description
So you don't have to type the password everytime you log in to that remote ssh server. Don't enter a passphrase when prompted, just hit enter. This example is for Mac OS X but is likely to work on *nix plats too.

Initial Title
Set up public private keys for ssh

Initial Tags
security

Initial Language
Bash