This commit is contained in:
2026-01-24 09:08:55 +00:00
parent 139b1defe7
commit aa322301fb
4 changed files with 4 additions and 3 deletions

View File

@@ -65,7 +65,6 @@
"sudo"
"network"
"systemd-journal"
"docker"
];
shell = pkgs.fish;
openssh.authorizedKeys.keys = constants.sshKeys;

View File

@@ -2,7 +2,7 @@
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "prohibit-password";
PermitRootLogin = "no";
PasswordAuthentication = false;
};
};