openssh: disable usedns because it slows down login
This commit is contained in:
parent
54bceec9dd
commit
b617dad070
|
@ -12,7 +12,7 @@ in
|
|||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
UseDns = true;
|
||||
UseDns = false;
|
||||
X11Forwarding = false;
|
||||
PermitRootLogin = "no";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue