From b82bfa399cbff4273799f6d25857d59b5398144c Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Fri, 22 Jun 2018 11:34:23 +0200 Subject: [PATCH] Add small script to tunnel into hsh --- bin/hsh-tunnel.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/hsh-tunnel.sh diff --git a/bin/hsh-tunnel.sh b/bin/hsh-tunnel.sh new file mode 100755 index 0000000..cf67cb3 --- /dev/null +++ b/bin/hsh-tunnel.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +chromium --proxy-server=socks5://127.0.0.1:3128 & +ssh ssh.inform.hs-hannover.de -D 127.0.0.1:3128