System administrators need to connect to physically distant machines in order to edit configuration files, control services, run programs, etc. telnet was used to access remote systems, however it is an insecure solution. Since all communications take place over the public (and inherently insecure) Internet, system administrators need a secure remote access solution. ssh (which stands for Secure SHell) lets you access remote machines in a secure way, encrypting all communications.