From 2f62c69a0cb808f5f826396fc817b565d360b0a7 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sat, 24 Aug 2024 17:42:14 +0200 Subject: [PATCH] build-and-push: remove quiet flag from ssh Show more useful errors if SSH fails. Signed-off-by: Georg Pfuetzenreuter --- linux/build-and-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/build-and-push.sh b/linux/build-and-push.sh index 0c21945..6e5f44d 100755 --- a/linux/build-and-push.sh +++ b/linux/build-and-push.sh @@ -36,7 +36,7 @@ TARGET_PIPE=/run/user/"$(id -u)"/bisect TARGET_BUILD=/tmp/build SSH_KEY=~/.ssh/bisect.pub -SSH="ssh -i $SSH_KEY -q -l $TARGET_USER $TARGET_HOST" +SSH="ssh -i $SSH_KEY -l $TARGET_USER $TARGET_HOST" if ! $SSH -- true then