This document explains how to connect to Comet, Rocket, or any other Unix-like server from off-campus using the SSHuttle software.
Intended audience:
sshuttle
is a tool for advanced Linux users to implement a pseudo-VPN / pseudo-Proxy using SSH. With it you can access on-Campus resources using unix.ncl.ac.uk similar to our Connecting to HPC (Off Campus) guide.
This is not meant as a general tool for users unfamiliar with unix / Linux. We recommend that Windows users use MobaXterm unless there is a specific reason to use SSHuttle.
After you have satisfied all the pre-requisites, in your home directory on the device you want to connect from, create a file called finan.conf
and copy the following text into it, replacing nuser123 with your own Campus username:
--dns
-r
nuser123@finan.ncl.ac.uk
10.0.0.0/8
128.240.0.0/16
--to-ns=dns0.ncl.ac.uk
-x
128.240.212.70/32
Save the file.
sshuttle @finan.conf
followed by the enter key.cd
to take you back to your home directory and then rerun SSHuttle.