mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 11:41:26 +00:00
fix: CVE CVE-2024-6387 workaround
This commit is contained in:
parent
1b62d8af45
commit
7dd4860735
|
@ -74,8 +74,10 @@ in
|
|||
settings = {
|
||||
PasswordAuthentication = config.selfprivacy.ssh.passwordAuthentication;
|
||||
PermitRootLogin = "yes";
|
||||
LoginGraceTime = 0;
|
||||
};
|
||||
openFirewall = false;
|
||||
|
||||
};
|
||||
programs.ssh = {
|
||||
pubkeyAcceptedKeyTypes = [ "ssh-ed25519" "ssh-rsa" "ecdsa-sha2-nistp256" ];
|
||||
|
|
Loading…
Reference in a new issue