Skip to content
Snippets Groups Projects
MB's avatar
Michael Blaschek authored
9fc0452f
History

SSH, VPN, VNC related Problems

General Access

Please use these methods to access the servers:

  1. Connect using SSH
  2. Connect using TeachingHub or ResearchHub
  3. Connect using VNC
  4. Access from outside the UNI, VPN

Jupyterhub

Currently, there are two JupyterHub instances runnning:

  • TeachingHub on SRVX1
  • ResearchHub on Jet01

Connect to either

Screen

Screen is terminal session manager, that allows to start processes and reconnect to these processes after disconnection. This starts a new session

$ screen -S longjob

You can detach from this session with CTRL + A + D and reconnect again with screen -r.

Multiple Sessions can be created and the output saved (-L Option).

Questions and Answers