![]() | Using the Secure Shell Protocol (SSH) |
IntroductionThe Secure Shell Protocol allows a user to connect to a remote server or machine from another machine or personal computer via an encrypted connection. Using ssh, the Penn State Access Account userid and password pair are transmitted via an encrypted connection to prevent network snooping (or "sniffing") of passwords via traditional, non-secure network connections. Once a login session has been established, the network packets between the local PC or UNIX workstation and the remote workstation or server are also encrypted. Why use the Secure Shell Protocol?The secure shell protocol prevents network eavesdropping by unscrupulous individuals in search of userids and passwords to gain unauthorized access to systems. Because telnet, rlogin, and ftp present passwords "in the clear" over a non-secure network, they are vulnerable to this form of eavesdropping. The secure shell protocol encrypts (via public key encryption) userid and password interchange between two machines and then encrypts (via faster, symmetric encryption algorithms) the network traffic between the two machines. Both the password exchange and the data passing between the two machines is encrypted with strong encryption. Why Use Version 2 of the Secure Shell Protocol?There are two SSH versions: version 1 and version 2. It is recommened that you use only version 2 clients as there are known security vulnerabilities in version 1. All ASET-manged ITS ssh servers use version 2 of the protocol. Version 2 also includes Secure FTP (SFTP), which provides an easy-to-use interface for transferring files, making it easier than secure copy (scp) to transfer files. On June 1, 2002, ASET upgraded its FTP servers to provide for secure-only transfers. Information is found in the announcement at http://css.its.psu.edu/news/alerts/ftp_announce.html. This announcement explains the change and provides alternatives for you to use. Please also visit the FTP Alternatives Web site for additional information. Instructions for Using ClientsThe following links provide instructions for using SSH for UNIX, SSH for Windows (SSH.com), Secure FTP for Macintosh (MacSSH.com) and SSH for Macintosh (F-Secure which is installed in the student computing labs).
Download/Purchase InformationSSH for UNIX
SSH.com for Windows NOTE: Universities can download a version of the client for free at http://www.ssh.com/products/ssh/download.cfm. MacSSH for MacOS MacSFTP for MacOS Support information is available via the online version of PACITS at http://www.pac-its.psu.edu/. SSH for MacOS X Other SSH ChoicesOther SSH and Secure file transfer options are listed via the PACITS Web site under the "File Transfer" category for each operating system listed. Getting HelpIf your need assistance, please send e-mail to the Help Desk at helpdesk@psu.edu or call (814) 863-2494. Visit http://css.its.psu.edu/consulting/ for other Help Desk locations. If you need assistance with SSH for UNIX,
then please send an e-mail request to unixhelp@psu.edu. |