Former-commit-id: a2d4d36289
This commit is contained in:
Hadi
2024-08-22 16:07:39 +02:00
parent c6b1af26ce
commit 0a1f505dd1

View File

@@ -5,8 +5,9 @@
ports = [ 22 ];
settings = {
PasswordAuthentication = true;
AllowUsers =
config.var.username; # Allows all users by default. Can be [ "user1" "user2" ]
AllowUsers = [
config.var.username
]; # "null" allows all users by default. Can be [ "user1" "user2" ]
UseDns = true;
X11Forwarding = false;
PermitRootLogin =