We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e879e38 commit 9f5305eCopy full SHA for 9f5305e
.github/actions/e2e_emergency_ssh/action.yml
@@ -60,7 +60,7 @@ runs:
60
exit 1
61
fi
62
echo "Trying connection to $ip over $lb: $i/25"
63
- if ssh -v -F ssh_config -o BatchMode=yes $ip true; then
+ if ssh -F ssh_config -o BatchMode=yes $ip true; then
64
echo "Connected to $ip successfully"
65
break
66
0 commit comments