nixos/ssh: silence ssh-keygen during configuration validation
This commit is contained in:
parent
41742c85ec
commit
f5951f520c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue