more sane ssh settings, see https://github.com/jtesta/ssh-audit
This commit is contained in:
parent
83ca6290a2
commit
2f5add75c4
|
@ -83,7 +83,7 @@ in
|
|||
hostKeys = [{
|
||||
path = "/nix/persistent/ssh_host_ed25519_key";
|
||||
type = "ed25519";
|
||||
}];;
|
||||
}];
|
||||
|
||||
# only safe ciphers & Co.
|
||||
settings.Ciphers = [ "aes256-gcm@openssh.com" ];
|
||||
|
|
Loading…
Reference in a new issue