diff --git a/backtunnel.sh b/backtunnel.sh new file mode 100755 index 0000000..914100b --- /dev/null +++ b/backtunnel.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ssh -R :4242:localhost:22 nico-vm.schottelius.org "while true; do date; done" > /dev/null