diff --git a/SSH-VPN-VNC/README.md b/SSH-VPN-VNC/README.md
index c973e8585ed859c5fac8332160ad5a204f8518dd..15e0b19df5e695079054fe9a4144362f456acaf9 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'
+```