prepare ROL workstation for instructor
Olaf Bohlen
2023-05-05 1fae2745bab31aef38e265751263a0508e04c210
add tunnel in script
1 files added
3 ■■■■■ changed files
rol-tunnel-in.sh 3 ●●●●● patch | view | raw | blame | history
rol-tunnel-in.sh
New file
@@ -0,0 +1,3 @@
#!/bin/ksh
ssh -L2022:localhost:2022 -L3128:localhost:3128 pshell.eenfach.de '(while sleep 2; do uptime; done)'