Jump/Bastion Host Setup
Ashwani
Last Update há um mês
Pre-requisites
Virtual Machine Specifications:
- Operating System: Ubuntu
- Operating System Version: 22.04
Number of Assets | memory | CPU | Storage |
Up to 200 | 4GB | 2 Cores | 50GB |
201 - 1000 | 8GB | 4 Cores | 100GB |
1001 - 5000 | 16GB | 8 Cores | 200GB |
5001+ | 32GB | 16 Cores | 500GB |
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.
Export Jump Host Agent
1. Navigate to the Asset Module
- In the top navigation panel of the SecOps platform, click on the Asset module to access the asset management functionality.

2. Initiate the Onboarding Process
Click on Add Asset to open the asset onboarding form.
Select the Agent-based option to proceed.

3. Provide Agent Information
Agent Mode: Select Jump host to set up the agent on the jump host machine.
Agent Name: Enter a name for the agent that aligns with your naming conventions for easy identification.
Operating System: Choose the asset's operating system and its version from the available options.
Asset Groups: Optionally, assign the asset to one or more asset groups to help categorize and manage it effectively.
Criticality Level: Set the asset’s criticality level to determine its importance and impact in your operations.

4. Download Agent Details
- After completing the form, click on Download Agent to generate the agent details.
Navigate to the Notifications section to retrieve the following:
Agent Download URL: The link to download the agent installation package.
License Key: A unique key to activate the agent during installation.

Download the installer file on the Jump Host VM:
wget https://demo_download_linkExtract the installer file:
tar -xvf SecOps-Agent.tar.gzInstall the agent:
sudo bash install.shAccept the license terms and enter the license key.
- Check the agent status in the assets section of the product.
- Run the below command to check the status on the jump host:

- Download the SecOps Jump Host validation tool.
- For Linux hosts, verify SSH connectivity from the jump host to the remote target host.
- For Windows hosts, use the validation tool to acheck connectivity, authentication, and execution permissions. Run the following commands:
./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.
