mahbinstuff/worssh
2016-10-23 13:06:23 +03:00

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 "${@}"