ONID - Access Home Folder with SSH (Putty, Terminal)

Issue/Question

  • How do I connect to the ONID server via secure shell (SSH)?

Environment

  • Oregon State University
  • ONID
  • Windows, Mac, Linux
  • SSH

Explanation

SSH (Secure Shell) is a secure method to access Linux and Unix servers remotely. It is often used to access data, edit web documents, compile programs, etc. SSH is recommended over telnet because communications via SSH are encrypted.

Resolution

Command Line SSH

To use SSH to the ONID shell server from command line (terminal) on a Mac or Linux device, type:

ssh -l username shell.onid.oregonstate.edu

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

To use SSH on Windows, you will need to install a client. See "SSH Clients" below.

If you are enrolled in Duo two-step login, see also: ONID Shell Server - Login with Duo

SSH Clients

A list of SSH clients and documentation can be found at https://en.wikipedia.org/wiki/Comparison_of_SSH_clients

For Windows, Putty is a free and easy-to-use client.

Assistance

For assistance, contact the Service Desk.

Details

Article ID: 67407
Created
Mon 11/19/18 11:26 AM
Modified
Mon 2/12/24 5:21 PM

Related Articles (1)

How to use Duo two-step login with Linux/Unix shell servers.