From ae92ed5df79d894af9f4ed85be8d1281f4755761 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 4 Jul 2023 08:53:24 +0200 Subject: Fix(system/services/openssh): Don't hash know hosts The trade off between security and convenience isn't worth it. --- system/services/openssh/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'system') diff --git a/system/services/openssh/default.nix b/system/services/openssh/default.nix index 5ee48a0c..b733dbe7 100644 --- a/system/services/openssh/default.nix +++ b/system/services/openssh/default.nix @@ -1,8 +1,4 @@ -{ - config, - pkg, - ... -}: { +{...}: { services.openssh = { enable = true; hostKeys = [ -- cgit 1.4.1