From 7edc419f657b18392d41c362af16c3293630fc5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 29 Jan 2011 23:06:52 +0000 Subject: [PATCH] lshd: Streamline first use. svn path=/nixos/trunk/; revision=25716 --- modules/services/networking/ssh/lshd.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/services/networking/ssh/lshd.nix b/modules/services/networking/ssh/lshd.nix index f5d52c82101..63943990f61 100644 --- a/modules/services/networking/ssh/lshd.nix +++ b/modules/services/networking/ssh/lshd.nix @@ -135,7 +135,8 @@ in # XXX: It would be nice to provide feedback to the # user when this fails, so that they can retry it # manually. - ${lsh}/bin/lsh-make-seed -o /var/spool/lsh/yarrow-seed-file + ${lsh}/bin/lsh-make-seed --sloppy \ + -o /var/spool/lsh/yarrow-seed-file fi if ! test -f "${cfg.hostKey}"