zfsunlock: quiet diagnostics

This commit is contained in:
Motiejus Jakštys 2023-07-24 10:38:29 +03:00
parent 679226b60f
commit c2249cebb1
1 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,10 @@
# if host is reachable via "pingEndpoint", which, we presume is
# VPN (which implies the rootfs has been unlocked for VPN to work),
# exit successfully.
${pkgs.iputils}/bin/ping -W ${timeoutStr} -c 1 ${pingEndpoint} && exit 0
${pkgs.iputils}/bin/ping -q -W ${timeoutStr} -c 1 ${pingEndpoint} && exit 0
exec ${pkgs.openssh}/bin/ssh \
-q \
-i /etc/ssh/ssh_host_ed25519_key \
-o UserKnownHostsFile=none \
-o GlobalKnownHostsFile=/dev/null \