Skip to content

Commit 9f5305e

Browse files
committed
remove ssh debug output
1 parent e879e38 commit 9f5305e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/e2e_emergency_ssh/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
exit 1
6161
fi
6262
echo "Trying connection to $ip over $lb: $i/25"
63-
if ssh -v -F ssh_config -o BatchMode=yes $ip true; then
63+
if ssh -F ssh_config -o BatchMode=yes $ip true; then
6464
echo "Connected to $ip successfully"
6565
break
6666
fi

0 commit comments

Comments
 (0)