openssh: disable usedns because it slows down login

This commit is contained in:
Tigor Hutasuhut 2024-08-09 21:39:28 +07:00
parent 54bceec9dd
commit b617dad070

View file

@ -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";
}; };