[ROLES] Clean up a bit.

This commit is contained in:
Kat Inskip 2023-04-30 16:24:20 -07:00
parent 46af669184
commit b69834d987
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
11 changed files with 32 additions and 14 deletions

View file

@ -25,8 +25,8 @@ in {
publicKey = builtins.readFile ./ca-pubkey.pem;
};
*/
kexAlgorithms = ["curve25519-sha256@libssh.org"];
settings = {
KexAlgorithms = ["curve25519-sha256@libssh.org"];
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
PermitRootLogin = mkDefault "prohibit-password";