SSH
From LXF Wiki
Secure Shell -- an encrypted replacement for Telnet. The scp command copies files to remote machines securely. On most Linux distros, OpenSSH is the flavour used. To start a secure shell, type:
ssh username@host
or
ssh -l username hostname
Where username is the user you want to log in as, and host is the host you wish to connect to.

