Server/ssh: use dns for resolving hosts
This commit is contained in:
parent
228cbf3734
commit
4ea69cf70d
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
UseDns = true;
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue