summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-12-29 12:08:59 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-12-29 12:08:59 +0100
commit2f5add75c496e0aba6586d49ba53eaf7a9ca9698 (patch)
treed0153913e6177b628de9391b137662f93a221b5f /common.nix
parent83ca6290a283b500ff029b58b5d4aa40210f6abf (diff)
more sane ssh settings, see https://github.com/jtesta/ssh-audit
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
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" ];