SSH, VPN, VNC related Problems
General Access
Please use these methods to access the servers:
- Connect using SSH
- Connect using TeachingHub or ResearchHub
- Connect using VNC
- Access from outside the UNI, VPN
Jupyterhub
Currently, there are two JupyterHub instances runnning:
- TeachingHub on SRVX1
- ResearchHub on Jet01
Connect to either
- https://srvx1.img.univie.ac.at from everywhere
- https://jet01.img.univie.ac.at from within the university network.
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).