diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-03 15:02:26 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-03 15:02:26 +0100 |
commit | db297fade552c6252581d4f8788e5056352f835d (patch) | |
tree | 928073a28ebad8e103077437888ce7aa65a249b2 | |
parent | 73d868443e1bd2f1e4d5c1d0c2fe1c3c3edd45b1 (diff) |
only forward one port
-rwxr-xr-x | bin/extra/aivpn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/extra/aivpn b/bin/extra/aivpn index fd72ffb..3c87ce8 100755 --- a/bin/extra/aivpn +++ b/bin/extra/aivpn @@ -33,9 +33,3 @@ ssh vm "rasdial \"vpn.student.ehb.be\"" ssh -f -N \ -L 2222:10.2.160.41:22 \ vm - -ssh -t \ - -L 8188:localhost:8188 \ - vm \ - ssh -N -L 8188:localhost:8188 luca@10.2.160.41 -logn "[8188], [2222]" |