ssh_config: comment ProxyCommand

I just keep disabling it anyway so it's more harm than good
This commit is contained in:
Aminda Suomalainen 2023-02-21 10:11:30 +02:00
parent 063f3d46bd
commit 1385bf6105
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

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