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:access [2017/01/06 06:44]
jebailie
help:access [2024/03/25 13:48] (current)
tmorris [Browser or Command Line Access]
Line 1: Line 1:
 ====== Remote Access ====== ====== Remote Access ======
-If you want to connect to the CS machines from your dorm room or home, you will need the ssh program on your system. It is considered secure because all communications done through ssh are encrypted.+If you want to connect to the CS machines from your dorm room or home, you will need either a web browser or the SSH program on your system. It is considered secure because all communications done through SSH are encrypted.
  
-  * [[help:general_linux:ssh | SSH -- Remote Shell Access]] + 
-  * [[help:general_linux:sshKeys | SSH -- Setting up SSH Keys]] + 
-  * [[help:general_linux:x2go | X2Go -- Remote Desktop Access]] +=== Announcement (March 06, 2023) === 
-/*   * [[help:general_linux:vnc | VNC -- Remote Desktop Access (deprecated)]] */+As of March 06th, 2023, direct internet access to the CS Department bastion servers is no longer allowed. If you want to access these bastion servers then you need to be on the [[ https://servicedesk.vassar.edu/catalog_items/270991-vpn/service_requests/new | Vassar College VPN ]].  
 + 
 +===== Browser or Command Line Access ===== 
 +  * [[https://remote.cs.vassar.edu | Web Based GUI -- Remote Desktop Access from a Browser]] 
 +  * {{ :help:general_linux:remote_access_via_webui.pdf | Web Based GUI -- User's Manual }} 
 +  * [[Possible Issues with Remote WebUI]] 
 +  * [[Logging Out of a Desktop or Remote Desktop]] 
 +  * [[help:general_linux:ssh | Command Line -- Remote Shell Access using SSH]]  
 + 
 +<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. You can use the hostname of any workstation. For example, workstations in the Agile Compute Lab have hostnames "acl###", where ### is a number from 201 to 220. From mote, you can `ssh acl215`, to access Asprey Compute Lab workstation 215.</note> 
 +===== SSH Keys ===== 
 +  * [[help:general_linux:sshKeys | Setting up SSH Keys on Linux or Mac]] 
 +  * {{ :help:general_linux:create-and-use-ssh-keys-from-ms-windows-to-linux.pdf | Setting up SSH Keys with PuTTY on MS Windows}} 
 +  * [[help:general_linux:OpenSSHForMSWindows | OpenSSH on MS Windows]] 
 +  * [[help:general_linux:Jump | Might as Well (Proxy) Jump]] 
 +  * [[help:general_linux:MITM | Host Key Verification Failed ]] 
 +  * [[help:general_linux:Forwarding X11 | Forward X11 ]] 
 +  * [[help:general_linux:Command_Please_Not_Found | Command 'Please' not found ]] 
 + 
 +/*  * [[help:general_linux:sshKeysMSWindows | Setting up SSH Keys With PuTTY on MS Windows]]  */ 
 +/*  * [[help:general_linux:x2go | X2Go - Remote Desktop Access]] */ 
 +/*  * [[help:general_linux:vnc | VNC -- Remote Desktop Access (deprecated)]] */