3
0
Fork 0
forked from mirrors/nixpkgs

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
commit c00777042f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
'';