From 605d47bf048dc2311058ef6393d27d8794f90a33 Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Wed, 13 Jan 2021 11:07:11 +0100 Subject: [PATCH] Update SSH-VPN-VNC/README.md --- SSH-VPN-VNC/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SSH-VPN-VNC/README.md b/SSH-VPN-VNC/README.md index c973e85..15e0b19 100644 --- a/SSH-VPN-VNC/README.md +++ b/SSH-VPN-VNC/README.md @@ -22,3 +22,12 @@ I just tested this on my network, and it worked perfectly. The above method is fine if the remote network is secure, but if it is not secure, you'd need to establish a tunnel between local and gateway, and another tunnel between gateway and remote, linking the two by a common port number. + +## Q: How to connect to Jet, SRVX8, SRVX2? + +Currently (01.2021) only `srvx1.img.univie.ac.at` and `login.univie.ac.at` are available from the internet. +Please replace `[USER]` with your username on these servers and adjust the servers to your needs. + +```bash +ssh -t [USER]@srvx1.img.univie.ac.at 'ssh [USER]@jet01.img.univie.ac.at' +``` -- GitLab