This commit is contained in:
Christoph Cullmann 2023-12-29 12:08:59 +01:00
parent 83ca6290a2
commit 2f5add75c4
No known key found for this signature in database

View file

@ -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" ];