worssh script for doing ssh "vpn" via a tunnel.
This commit is contained in:
parent
4b5fd8adf2
commit
2aea10e23d
1 changed files with 3 additions and 0 deletions
3
worssh
Executable file
3
worssh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/zsh
|
||||
ssh -D 9944 -o "ProxyCommand /usr/bin/nc -X 5 -x 127.0.0.1:9000 %h %p" -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "${@}"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue