Header left.png

Difference between revisions of "SSH Access"

From Systems Group
Jump to: navigation, search
(SSH Clients)
m
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The ODU CS Department provides SSH (Secure SHell) access to Linux and Unix servers for CS students. SSH allows you to securely connect to this machines, and use terminal commands to interact with them.
+
The ODU CS Department provides SSH (Secure SHell) access to Linux and Unix servers for CS students. SSH allows you to securely connect to these machines, and use terminal commands to interact with them.
  
 
== Unix Account ==
 
== Unix Account ==
  
To gain SSH access, you must have an ODU CS Unix account. In order to sign up for a CS Unix account, you must currently be enrolled in a Computer Science course. The Account Creation website is located [https://sysweb.cs.odu.edu/online here]. If you have any questions or problems with account creation or use of the SSH servers, you can email the Systems Group at [mailto:root@cs.odu.edu root@cs.odu.edu] for assistance.
+
To gain SSH access, you must use the same CS username / password that you would use to log into our Windows machines.
  
 
== SSH Clients ==
 
== SSH Clients ==
  
To connect using SSH, you must have an SSH client installed on your machine. Linux and Mac machines have an SSH client packaged with them, but Windows machines require you download a client.
+
To connect using SSH, you must have an SSH client installed on your machine. Linux and Mac have an SSH client ready out of the box, but the Windows 10 client needs to be enabled before it can be used.
  
On linux or mac, you can open a terminal by launching the "Terminal" program. From there you can type "ssh USERNAME@linux.cs.odu.edu". You will then be prompted for your CS password.
+
For Windows 10 (Fall 2018 build or newer) you must,
 +
   
 +
# Open Settings.
 +
# Go to Apps, then Apps and Feature, then Optional Features.
 +
# Find the entry for OpenSSH Client (Client, not Server!), click on it, and then click Install.
  
There are various SSH clients available for public use. Two clients are recommended by the Systems Group: [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY] and [http://sils.unc.edu/it-services/servers/using-ssh Secure Shell Client].
+
Then follow the on-screen instructions to complete the installation.
 +
 
 +
Once SSH is enabled on your PC, you can open a terminal by launching the "Terminal" program. From there you can type "ssh USERNAME@linux.cs.odu.edu". You will then be prompted for your CS password.
  
 
== Available Linux/Unix Servers ==
 
== Available Linux/Unix Servers ==
  
Once you have obtained an SSH client, you can visit the [[Linux and Unix Servers]] page for the information on the available servers and their hostnames for connection.
+
Once you have obtained an SSH client, you can visit the [[Unix and Linux Services]] page for the information on the available servers and their hostnames for connection.
 +
====You must be connected to the CS VPN ([[VPN Services]]) to connect!====

Latest revision as of 19:36, 30 August 2022

The ODU CS Department provides SSH (Secure SHell) access to Linux and Unix servers for CS students. SSH allows you to securely connect to these machines, and use terminal commands to interact with them.

Unix Account

To gain SSH access, you must use the same CS username / password that you would use to log into our Windows machines.

SSH Clients

To connect using SSH, you must have an SSH client installed on your machine. Linux and Mac have an SSH client ready out of the box, but the Windows 10 client needs to be enabled before it can be used.

For Windows 10 (Fall 2018 build or newer) you must,

  1. Open Settings.
  2. Go to Apps, then Apps and Feature, then Optional Features.
  3. Find the entry for OpenSSH Client (Client, not Server!), click on it, and then click Install.

Then follow the on-screen instructions to complete the installation.

Once SSH is enabled on your PC, you can open a terminal by launching the "Terminal" program. From there you can type "ssh USERNAME@linux.cs.odu.edu". You will then be prompted for your CS password.

Available Linux/Unix Servers

Once you have obtained an SSH client, you can visit the Unix and Linux Services page for the information on the available servers and their hostnames for connection.

You must be connected to the CS VPN (VPN Services) to connect!