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 = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = true; # TODO: False
|
||||||
AllowUsers = ["quadradical"];
|
AllowUsers = ["quadradical"];
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue