setting up proxychains
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
settings = {
|
||||
AllowAgentForwarding = "no";
|
||||
AllowTcpForwarding = "no";
|
||||
AllowTcpForwarding = lib.mkDefault "no";
|
||||
ChallengeResponseAuthentication = "no";
|
||||
ClientAliveCountMax = lib.mkDefault 2;
|
||||
Compression = "NO";
|
||||
|
Reference in New Issue
Block a user