Server/ssh: use dns for resolving hosts

This commit is contained in:
Toast 2024-04-22 09:26:41 +02:00
parent 228cbf3734
commit 4ea69cf70d

View file

@ -2,6 +2,7 @@
services.openssh = {
enable = true;
settings = {
UseDns = true;
PermitRootLogin = "no";
PasswordAuthentication = false;
};