Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
help:general_linux:ssh [2024/03/25 14:04]
tmorris [What is a Secure Shell?]
help:general_linux:ssh [2024/03/27 09:08]
tmorris [Accessing CS Systems]
Line 1: Line 1:
 ===== Accessing CS Systems ===== ===== Accessing CS Systems =====
  
-The easiest way to gain access the Computer Science Dept. Linux machines outside of the Asprey computer lab. This gives you terminal access to the command line inside the department, and it allows you to send files back and forth to your home directory. Since it has no remote GUI, it is much faster than VNC. The simplest way of doing this is opening a terminal on a Mac or Linux machine and typing ''ssh -p 443 username@mote.cs.vassar.edu'', or using PuTTY on Windows. This will provide you with a terminal on "mote", which you can use to ssh into other workstations on the CS network. +The easiest way to gain access the Computer Science Dept. Linux machines outside of the Asprey computer lab. This gives you terminal access to the command line inside the department, and it allows you to send files back and forth to your home directory. Since it has no remote GUI, it is much faster than VNC.  
 + 
 +The simplest way of doing this is first to [[https://servicedesk.vassar.edu/catalog_items/270991-vpn/service_requests/new|connect to the VPN]]. Then, open a terminal on a Mac or Linux machine and type ''ssh username@mote.cs.vassar.edu'', or use PuTTY on Windows. This will provide you with a terminal on "mote", which you can use to ssh into other workstations on the CS network. 
  
 <note>NOTE: mote is not meant to be used for work, only for accessing other workstations, so nothing is installed on it. To run any programs, you'll need to ssh from there to another workstation. Even better, set up a [[help:general_linux:jump|proxy jump]] so that you don't have to worry about mote at all. <note>NOTE: mote is not meant to be used for work, only for accessing other workstations, so nothing is installed on it. To run any programs, you'll need to ssh from there to another workstation. Even better, set up a [[help:general_linux:jump|proxy jump]] so that you don't have to worry about mote at all.
  
 Examples of available workstation hostnames: Examples of available workstation hostnames:
-  * acl###, where ### is from 201 to 220 - Agile Compute Lab +  * ''acl###'', where ### is from 201 to 220 - Agile Compute Lab 
-  * sp309-###, where ### is from 171-197 - Sanders Physics classroom 309+  * ''sp309-###'', where ### is from 171-197 - Sanders Physics classroom 309 
 +  * ''al###'', where ### is from 101-121 - Asprey Lab
 </note> </note>