Add small script to tunnel into hsh
This commit is contained in:
parent
e462181a83
commit
b82bfa399c
|
@ -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
|
Loading…
Reference in New Issue