add tunnel to my notebook
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
f44018ac87
commit
e5024d1d6d
1 changed files with 3 additions and 0 deletions
3
backtunnel.sh
Executable file
3
backtunnel.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
ssh -R :4242:localhost:22 nico-vm.schottelius.org "while true; do date; done" > /dev/null
|
Loading…
Reference in a new issue