|
SSH/Telnet Help»IntroductionOverviewThis section is dedicated to helping you with the SSH protocol. This includes using SSH applications, as well as understanding the protocol itself. About This DocumentUse the links below to view the relevant information. To return to the top, use the "back to top" link, or you can access other sections by using the navigation bar to your left. »Section Index: SSH/TelnetGeneral Secure Shell (SSH) QuestionsSecure Shell (SSH) ClientsBack to Top | Print This Document What is SSH?SSH (Secure SHell) is a secure replacement for telnet. Telnet is an old program that was used to connect to and communicate with servers for various reasons. Telnet allows users to access UNIX servers from a personal computer. It is often used to check email, edit web documents, compile programs, etc. Because telnet was designed with little regard for security, its use it not recommended. SSH was developed as a replacement for telnet. SSH has all the functionality of telnet with security and added features. Most OSU servers support SSH and encourage its use over traditional telnet clients. The use of SSH is encouraged because communication between the client and the server are encrypted. This makes it very difficult for a malicious user to eavesdrop and steal personal information. Back to Top | Print This Document WinSCP Secure ShellWhat is WinSCPl?WinSCP Secure Shell is a commercial implementation of SSH which runs on most Windows Operating Systems. WinSCP can replace telnet for servers that support it. Most OSU servers support SSH and the system administrators encourage its use over traditional telnet clients. The use of SSH is encouraged because communication between the client and the server are encrypted. This makes it very difficult for a malicious user to eavesdrop and steal personal information. Where can I get WinSCP?WinSCP Secure Shell is available on the ORSTWare 2008 CD or you can download it from WinSCP Website. Back to Top | Print This Document Command Line SSHHow do I use the SSH from a command line?To use SSH from a command line on a UNIX or Mac OS X machine, type: Back to Top | Print This Document More SSH ClientsWhere can I find more SSH clients?Additional SSH clients and documentation can be found at http://www.net.oregonstate.edu/ssh/ |