From e5024d1d6de088f9ca3a9b316ed99b4550b862fc Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 16 Nov 2016 18:38:30 +0100 Subject: [PATCH] add tunnel to my notebook Signed-off-by: Nico Schottelius --- backtunnel.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 backtunnel.sh 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