Add ssh+tunnel worssh, geturl + urllist
This commit is contained in:
parent
637226ea88
commit
e49e00d0c5
3 changed files with 24 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