prepare ROL workstation for instructor
Olaf Bohlen
2023-05-05 d650a6d9689c0fd4359af1d5cfa51079d5330b79
added tunnel script for workstation
1 files added
1 files modified
7 ■■■■■ changed files
ansible.cfg 3 ●●●●● patch | view | raw | blame | history
rol-tunnel-out.sh 4 ●●●● patch | view | raw | blame | history
ansible.cfg
@@ -8,3 +8,6 @@
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
pipelining = True
[privilege_escalation]
become_ask_pass = True
rol-tunnel-out.sh
New file
@@ -0,0 +1,4 @@
#!/bin/bash
/usr/bin/ssh-add /home/student/.ssh/lab-key
/usr/bin/ssh -fN -p 443 -R3128:localhost:3128 -R2022:localhost:2022 olbohlen@shext.eenfach.de