2

Jump/Bastion Host Setup

Ashwani

Last Update 3 maanden geleden

Pre-requisites

Virtual Machine Specifications:

  • Operating System: Ubuntu
  • Operating System Version: 22.04
Number of AssetsmemoryCPUStorage
Up to 2004GB2 Cores50GB 
201 - 10008GB4 Cores100GB
1001 - 500016GB8 Cores200GB
5001+32GB16 Cores500GB
Network Requirements (Firewall Rules):

Configure the following firewall rules on the jump host:

  • Enable outbound HTTPS on port 443 for https://api.app.secopsolution.com 
  • Enable outbound HTTPS WebSocket (WSS) traffic (port 443) to wss://socket.app.secopsolution.com.
  • Enable inbound rule on port 5679 on the Jump Host within your network.

Authentication Requirements (Target Assets):

  • Linux-Based Assets: SSH service running on any custom port.
  • Windows-based Assets: WinRM service running on port 5985.
Download and Install the Agent
  1. Export the Ubuntu 22.04 agent from your SecOps Solution account
  2. You will receive an email with the agent download link and a license key.

  3. Download the installer file on the Jump Host VM:
    wget https://demo_download_link

  4. Extract the installer file:
    tar -xvf SecOps-Agent.tar.gz

  5. Install the agent:
    sudo bash install.sh

  6. Accept the license terms and enter the license key.

Verify Installation Status
  1. Check the agent status in the assets section of the product.
  2. Run the below command to check the status on the jump host:
        sudo systemctl status secops_service.service
Validate Asset Connectivity and Authentication
  1. Download the SecOps Jump Host validation tool.
  2. For Linux hosts, verify SSH connectivity from the jump host to the remote target host.
  3. For Windows hosts, use the validation tool to check connectivity, authentication, and execution permissions. Run the following commands:  
                      chmod +x secops_jump_host_validation_tool
                      ./secops_jump_host_validation_tool

Provide the remote host details, including IP address and credentials. If    all checks pass, the setup is successful. For errors, refer to the troubleshooting section.

   

Was this article helpful?

1 out of 1 liked this article

Still need help? Message Us