3 lines
150 B
Bash
Executable file
3 lines
150 B
Bash
Executable file
#!/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 "${@}"
|
|
|