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