mahbinstuff/worssh
2016-12-09 18:24:58 +02: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 "${@}"