Working with Remote Systems
More Notes on the Cluster

by D. W. Hyatt

Connecting to a Remote Computer

There are two general ways to connect to a remote host. The first method is using the command telnet, although this approach is considered insecure and should not be used. The second approach using ssh is preferred because data is encrypted before it is sent over the network.