Skip to content
Snippets Groups Projects
Commit 605d47bf authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update SSH-VPN-VNC/README.md

parent 52267c2c
No related branches found
No related tags found
No related merge requests found
......@@ -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'
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment