Generate key for autologin from linux to linux ---------------------------------------------- 2006-12-11 1. ssh-keygen -t rsa #do this from source machine NOTE: do not setup a passphrase if you plan to use this connection for scripted activity. 2. put pubkey in .ssh/authorizedkeys on destination machine 3. done, you can now login without password between linux machines.