temp allow passwd
This commit is contained in:
parent
111f62be08
commit
9c5d359ca9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PasswordAuthentication = true; # TODO: False
|
||||
AllowUsers = ["quadradical"];
|
||||
PermitRootLogin = "no";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue