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