allow password login via ssh
This commit is contained in:
parent
859fd3eaca
commit
bc8f4ff4e5
@ -83,7 +83,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
ports = [ 1440 ];
|
ports = [ 1440 ];
|
||||||
settings = {
|
settings = {
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = true;
|
||||||
AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ]
|
AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ]
|
||||||
UseDns = true;
|
UseDns = true;
|
||||||
X11Forwarding = false;
|
X11Forwarding = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user