etc/ssh/ssh_config: torify ssh

This commit is contained in:
Aminda Suomalainen 2022-10-10 23:00:16 +03:00
parent 1de04a8367
commit b350e525e6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ Host *
LogLevel VERBOSE
Protocol 2
# Tor through openbsd netcat (Fedora: netcat)
ProxyCommand netcat -X 5 -x localhost:9050 %h %p
# Always try public key authentication.
PubkeyAuthentication yes