Automatic SSH Login
From EpixStudios
Generate SSH public key on the client machine, through Gnome 'Password and Encryption Keys' application (seahorse) or on the command line.
seahorse
or
ssh-keygen -t rsa
Copy the public key to the authorized_keys on the user's server acount
ssh-copy-id -i ~/.ssh/id_rsa.pub username@remotebox

