Logging in with ssh

The UNIX ssh program is used to establish a secure loggin on a remote machine. It encrypts all communication between the local machine and the remote machine. On a Windows platform, an ssh loggin can be established using the PuTTY program.

Here is an example of a secure shell loggin to csdev08.d.umn.edu. The command typed by the the user and responses to prompts are shown with a light blue background.

dhcppc1 1% ssh gshute@csdev08.d.umn.edu

The authenticity of host 'csdev08.d.umn.edu (131.212.41.170)' can't be established.
RSA key fingerprint is cc:47:75:ae:85:c4:7c:fb:1e:a7:5b:cf:76:0b:b9:5b.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'csdev08.d.umn.edu,131.212.41.170' (RSA) to the list of known hosts.

gshute@csdev08.d.umn.edu's password:          
Last login: Fri Jan 20 06:25:32 2006 from 68-191-158-154.

Sun Microsystems Inc.   SunOS 5.9       Generic May 2002
csdev08 21%