Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
department:remote_access:start [2020/03/20 11:37] morrispjdepartment:remote_access:start [2020/09/13 11:13] (current) bernstdh
Line 3: Line 3:
  
 ==== VPN ==== ==== VPN ====
-JMU IT maintains a VPN that is available to everyone with an eID. This is one of the best options for accessing resources from off-campus, particularly web based resources like library journals and Autolab.  Documentation on the Pulse Secure client for Windows and MacOS  is available from [[https://www.jmu.edu/computing/internet-and-network/pulse-secure.shtml|JMU IT]]. Instructions for Linux users are available [[student:vpn:start|on the CS Wiki]].+JMU IT maintains a VPN (virtual private network) that is available to everyone with an eID. This is one of the best options for accessing resources from off-campus, particularly web based resources like library journals and Autolab.  Documentation on the Pulse Secure client for Windows and MacOS  is available from [[https://www.jmu.edu/computing/internet-and-network/pulse-secure.shtml|JMU IT]]. Instructions for Linux users are available [[student:vpn:start|on the CS Wiki]].
  
 ==== SSH ==== ==== SSH ====
-All JMUCS students have SSH access to our student server, ''stu.cs.jmu.edu''. This is useful when you need access to a Linux environment but note that it is entirely command-line based. See the article on [[student:stu:start|stu]] for more information. You can also jump through stu to reach internal Linux hosts like lab machines or the HPC cluster.+All JMUCS students have SSH access to our student server, ''stu.cs.jmu.edu''. This is useful when you need access to a Linux environment but note that it is entirely command-line based. You can also jump through stu to reach internal Linux hosts like lab machines or the HPC cluster. See the article on [[student:stu:start|stu]] for more information
  
 ==== SSHFS ==== ==== SSHFS ====
-SSHFS allows you to mount your JMUCS home directory locally on your computer. This is nice because it lets local tools like Eclipse or Visual Studio code work with your files directly. See the [[student:utilities:sshfs|Mounting a Remote Filesystem Locally]] article for more information.+SSHFS allows you to mount your JMUCS home directory locally on your computer. This is nice because it lets local tools like Eclipse or Visual Studio Code work with your files directly. See the [[student:utilities:sshfs|Mounting a Remote Filesystem Locally]] article for more information.
  
 ==== Tunneling traffic through Stu ==== ==== Tunneling traffic through Stu ====
 +This is mainly included as an option for when the VPN is overloaded or unavailable. You can forward traffic from your local web browser through stu to reach internal resources. See the article on [[student:utilities:sshportforward|ssh port forwarding]] for more information.