Jump/Bastion Host Setup
Ashwani
Last Update 11 days ago
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 |
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 and outbound HTTPS WebSocket (WSS) traffic (port 443) to wss://socket.app.secopsolution.com.
- (OPTIONAL - only if outbound HTTPS/HTTP is not enabled on target machines) Allow local inbound HTTP traffic on port 5679
Authentication Requirements (Target Assets):
- Linux-Based Assets: SSH service running on any custom port.
- Windows-based Assets: WinRM service running on port 5985.
- Export the Ubuntu 22.04 agent from your SecOps Solution account
You will receive an email with the agent download link and a license key.
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: sudo systemctl status secops_service.service
