add tunnel to my notebook

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2016-11-16 18:38:30 +01:00
parent f44018ac87
commit e5024d1d6d
1 changed files with 3 additions and 0 deletions

3
backtunnel.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
ssh -R :4242:localhost:22 nico-vm.schottelius.org "while true; do date; done" > /dev/null