Skip Navigation

SSH - Secure Shell

Summary: We recommend that you use Secure Shell (ssh) as an encrypted alternative to telnet and remote shell.

Related Information

SSH -- what is it?

Secure shell (ssh) is an encrypted alternative to telnet and remote shell (rsh), wherein each packet is encrypted from the source to the destination. This prevents your communications (including passwords) from being 'sniffed' while in transit, as is known to happen with traditional telnet and rsh. Using SSH insures that your data packets are only readable by you and the computer to which you are connecting.

Where can I get the software?

Web Based SSH Client

Requires a Java Enable Browser

Windows 3.X, 95, 98, NT, 2000, XP

Mac OS

Unix/Linux

Palm Pilot

Java

Lists of links to ssh clients and servers

Top of Page

SSH -- Where can I find more information?

A helpful setup page can be found at:
http://www.tac.nyc.ny.us/~kim/ssh/

Top of Page