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 = [{
|
hostKeys = [{
|
||||||
path = "/nix/persistent/ssh_host_ed25519_key";
|
path = "/nix/persistent/ssh_host_ed25519_key";
|
||||||
type = "ed25519";
|
type = "ed25519";
|
||||||
}];;
|
}];
|
||||||
|
|
||||||
# only safe ciphers & Co.
|
# only safe ciphers & Co.
|
||||||
settings.Ciphers = [ "aes256-gcm@openssh.com" ];
|
settings.Ciphers = [ "aes256-gcm@openssh.com" ];
|
||||||
|
|
Loading…
Reference in a new issue