mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
nixos/suites/server: update default SSH config
This commit is contained in:
parent
2f0eafcabf
commit
82926d5d73
@ -48,6 +48,7 @@ in
|
|||||||
# Both are good for hardening as it only requires the keyfiles.
|
# Both are good for hardening as it only requires the keyfiles.
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
|
PermitEmptyPasswords = "no";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user