If you want to log from one linux box into another, the safest way to use is of course ssh. However, if you have to login often, and if you want to move files from one box to the other using scp (ssh copy tool), entering the password each time can be pretty annoying.
Fortunately, ssh supports RSA based authentication, which allows to login without giving a password. (While still authenticating)
Read on for detailed info...