To run access a remote jupyter notebook, you will need to do the following:
- Setting ssh config file (
~/.ssh/config
):
Host FLIP # access point server
HostName access.engr.oregonstate.edu
User ONIDusername
Host DGX # target server
HostName submit-b.hpc.engr.oregonstate.edu
User ONIDusername