dotfiles/home/.ssh/config

7 lines
118 B
Plaintext

Host *
AddKeysToAgent yes
HashKnownHosts yes
IdentitiesOnly yes
ProxyCommand nc -x 127.0.0.1:9050 -X 5 %h %p
User git