From 2f5add75c496e0aba6586d49ba53eaf7a9ca9698 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 29 Dec 2023 12:08:59 +0100 Subject: more sane ssh settings, see https://github.com/jtesta/ssh-audit --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index a698008..0f16856 100644 --- a/common.nix +++ b/common.nix @@ -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" ]; -- cgit v1.2.3