Merge pull request #82620 from aanderse/ssh-silent

nixos/ssh: silence ssh-keygen during configuration validation
This commit is contained in:
adisbladis
2020-03-15 01:21:38 +00:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ let
${cfg.extraConfig}
EOL
ssh-keygen -f mock-hostkey -N ""
ssh-keygen -q -f mock-hostkey -N ""
sshd -t -f $out -h mock-hostkey
'';