Plain Text | Normal | Skip to Content Oregon State University 
Technology Support Services, Oregon State University
11.21.09 
tss   /   OCH   /   faq   /   ssh   /   home
spacer

Get Help Here!

Fall Term Hours

Monday to Thursday
8:00 AM to 7:00 PM

Friday
8:00 AM to 5:00 PM

Weekends
Closed


Information Services
OSU Computer Helpdesk
121 The Valley Library
Corvallis, OR 97331
(541) 737-3474
osucomputerhelpdesk@oregonstate.edu
About Us
Frequently Asked Questions
Knowledgebase
Microsoft Office help
Computing Resources
What We Support
Workshops Offered
Software Licensing/Dist.
Blackboard Help
OSUware 2009
List Support
Mail Us a Question!
Helpdesk Documentation
Walk-up service
Virus Alerts
Anti-phishing info

SSH Help

»Introduction

Overview

This section is dedicated to helping you with the SSH protocol. This includes using SSH applications, as well as understanding the protocol itself.

About This Document

Use 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/Telnet

General Secure Shell (SSH) Questions

r

Secure Shell (SSH) Clients


Back 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

SSH for Windows

  1. What is SSH for Windows?
  2. Where can I get SSH for Windows?

What is SSH for Windows?

SSH for Windows is a commercial implementation of SSH which runs on most Windows Operating Systems. SSH for Windows 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 SSH for Windows?

SSH clients for Windows is available on the Network Engineering website at http://oregonstate.edu/net/security/ssh/.


Back to Top | Print This Document

Command Line SSH

  1. How do I use the SSH from a command line?

How 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:

ssh [-l login] remote_host

where login is your username on remote_host, and remote_host is the address of the machine you want to connect to. The part enclosed in brackets is optional if your username on your local machine is the same as your username on remote_host. For example, to SSH to the ONID shell server, you would type:

ssh -l username shell.onid.oregonstate.edu

For more information, read the manual page for ssh by typing man ssh.


Back to Top | Print This Document

More SSH Clients

  1. Where can I find more SSH clients?

Where can I find more SSH clients?

Additional SSH clients and documentation can be found on the Network Engineering page at http://oregonstate.edu/net/security/ssh/

Back to Top

spacer
tss   /   OCH   /   faq   /   ssh   /   home
.: site design by : michael morgan :.