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 = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
UseDns = true;
UseDns = false;
X11Forwarding = false;
PermitRootLogin = "no";
};