setting up proxychains

This commit is contained in:
Richie Cahill
2024-06-19 19:17:07 -04:00
parent ecef53edca
commit a44d0443c5
7 changed files with 10 additions and 2 deletions

View File

@ -23,7 +23,7 @@
settings = {
AllowAgentForwarding = "no";
AllowTcpForwarding = "no";
AllowTcpForwarding = lib.mkDefault "no";
ChallengeResponseAuthentication = "no";
ClientAliveCountMax = lib.mkDefault 2;
Compression = "NO";