mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[ROLES] Clean up a bit.
This commit is contained in:
parent
46af669184
commit
b69834d987
11 changed files with 32 additions and 14 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue