hetz
This commit is contained in:
parent
a079dff4c3
commit
fb57c18f0b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.PasswordAuthentication = false;
|
settings.PasswordAuthentication = false;
|
||||||
settings.PermitRootLogin = true;
|
settings.PermitRootLogin = "yes";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
PrintLastLog no
|
PrintLastLog no
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue