We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fc538 commit d4fbe4cCopy full SHA for d4fbe4c
src/nixos-anywhere.sh
@@ -335,7 +335,7 @@ for path in "${!disk_encryption_keys[@]}"; do
335
done
336
337
pubkey=$(ssh-keyscan -p "$ssh_port" -t ed25519 "$ssh_host" 2>/dev/null || {
338
- echo "ERROR: failed to retrieve host public key for ${ssh_connection}"
+ echo "ERROR: failed to retrieve host public key for ${ssh_connection}" >&2
339
exit 1
340
})
341
pubkey=$(echo "$pubkey" | sed -e 's/^[^ ]* //' | base64 -w0)
0 commit comments