Differences

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

Link to this comparison view

Next revisionBoth sides next revision
department:remote_access:start [2020/03/20 11:12] – created morrispjdepartment:remote_access:start [2020/03/20 11:37] morrispj
Line 6: Line 6:
  
 ==== 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. See the article on [[student:stu:start|stu]] for more.+==== 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. 
 + 
 +==== Tunneling traffic through Stu ====