Add warning for firewall configuration check

This commit is contained in:
buildplan
2025-10-15 23:30:30 +01:00
committed by GitHub
parent 8ea6832fe5
commit 9de3b5d0a8

View File

@@ -1772,6 +1772,7 @@ EOF
fi
print_warning "CRITICAL: Test new SSH connection in a SEPARATE terminal NOW!"
print_warning "ACTION REQUIRED: Check your VPS provider's edge/network firewall to allow $SSH_PORT/tcp."
if [[ -n "$SERVER_IP_V4" && "$SERVER_IP_V4" != "unknown" ]]; then
print_info "Use IPv4: ssh -p $SSH_PORT $USERNAME@$SERVER_IP_V4"
fi