nixos/ssh: silence ssh-keygen during configuration validation
This commit is contained in:
parent
41742c85ec
commit
f5951f520c
@ -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 New Issue
Block a user