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

Get Help Here!


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 2008
List Support
Mail Us a Question!
Helpdesk Documentation
Log in to Helpdesk

Summer Term Hours

Monday to Friday
8:00 AM to 5:00 PM


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

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

WinSCP Secure Shell

  1. What is WinSCP?
  2. Where can I get WinSCP?

What 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 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 at http://www.net.oregonstate.edu/ssh/

Back to Top

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