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 08e152f commit 650d0a3Copy full SHA for 650d0a3
targets/nixos-wiki.nixos.org/deploy.sh
@@ -55,7 +55,7 @@ pre_deployment_checks() {
55
56
# Check SSH connectivity
57
log "Checking SSH connectivity to ${WIKI_HOST}..."
58
- if ! ssh -o ConnectTimeout=10 -o BatchMode=yes "${SSH_TARGET}" "echo 'SSH connection successful'"; then
+ if ! ssh -o ConnectTimeout=10 "${SSH_TARGET}" "echo 'SSH connection successful'"; then
59
error "Cannot establish SSH connection to ${WIKI_HOST}"
60
return 1
61
fi
0 commit comments