Ssh

Ssh (Secure Shell) is a program used to log into another computer over a network, execute commands in a remote machine, and move files from one machine to another. It provides strong authentication and secure communications over insecure channels. It listens for connections on port 22.

Ssh is intended as a complete replacement for rlogin, rsh, rcp, and rdist. It can also replace telnet in many cases.