Remote login: SSHWhat is SSH?SSH is a protocol that lets you log in to a machine securely. SSH versus telnetSSH is much like telnet (although it's even more similar to another login protocol and program rsh). Telnet service has not been offered since 2002 for security reasons. Where to log in
For regular shell access, log in to:
Getting a program for SSH
About Host keysIn using SSH, each machine (e.g. pascal, quendi) has a public and private keys. The first time you use SSH to connect to one of these machines, your SSH program will probably ask you to confirm that you still want to connect to this machine. Answer "yes", or click the option that saves this key. On subsequent connections to the same machine, your SSH program will check that these keys haven't changed, so that you know that you know this is still the same machine, i.e., that someone hasn't hijacked that hostname and sent your connection elsewhere.
|
