~/.ssh/config
:
Host git.assembla.com User git Hostname git.assembla.com Compression yes ProxyCommand nc -X5 -x 127.0.0.1:9050 %h %p IdentityFile ~/.ssh/my_private_key.rsaExport
GIT_PROXY_COMMAND
in ~/.bashrc
export GIT_PROXY_COMMAND=~/.torgitand create an executable
~/.torgit
exec nc -X5 -x 127.0.0.1:9050 "$@"
No comments:
Post a Comment