mirror of
https://github.com/buildplan/du_setup.git
synced 2025-12-29 16:14:59 +00:00
Add warning for firewall configuration check
This commit is contained in:
@@ -1772,6 +1772,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
print_warning "CRITICAL: Test new SSH connection in a SEPARATE terminal NOW!"
|
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
|
if [[ -n "$SERVER_IP_V4" && "$SERVER_IP_V4" != "unknown" ]]; then
|
||||||
print_info "Use IPv4: ssh -p $SSH_PORT $USERNAME@$SERVER_IP_V4"
|
print_info "Use IPv4: ssh -p $SSH_PORT $USERNAME@$SERVER_IP_V4"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user