A jump host is a hardened intermediate server used to broker access between a user and a protected destination system. It creates a controlled checkpoint for identity verification and session filtering before a connection reaches sensitive assets. This reduces direct exposure of internal servers to unmanaged or internet facing access paths.
Expanded Definition
A jump host, sometimes called a bastion or bastion host, is a controlled intermediary system that brokers access to internal resources rather than letting administrators connect directly. In security operations, its value comes from narrowing where privileged sessions originate, centralising authentication, and creating a clearer point for logging, inspection, and policy enforcement.
Usage varies across vendors and environments. Some teams reserve “jump host” for a dedicated administrative server, while others use it more broadly for any trusted entry point into a restricted zone. What it is not is a general-purpose application server or a substitute for segmentation. The practical boundary is simple: if the system exists mainly to mediate administrative reach into protected assets, it is serving jump-host functions.
For a broader machine-identity context, the Ultimate Guide to NHIs is useful because jump hosts often sit inside the same access model as privileged service accounts, secrets, and controlled automation paths.
Examples and Use Cases
Jump hosts appear wherever a team needs a deliberately narrow path into a sensitive environment. They are common in administrative access patterns, regulated environments, and segmented networks where direct inbound access to target systems is intentionally blocked.
- Operations staff connect to a jump host first, then open an SSH or RDP session to a database, directory server, or application host.
- Security teams route vendor support through a jump host so that remote access stays authenticated, logged, and time bounded.
- Cloud teams use a bastion in a management subnet to reach private instances that do not have public exposure.
- Incident responders use a jump host to reduce the number of management paths that must be trusted during containment work.
- Automation platforms may use a jump host as a broker when direct machine-to-machine connectivity into a protected zone is not permitted.
The main implementation tradeoff is convenience versus control. A jump host reduces the attack surface of the destination systems, but it also becomes a concentrated access point that must be hardened, monitored, and kept reliable.
Security Implications
When a jump host is weakly configured, it can become the single most valuable target in the administrative path. If it is over-privileged, poorly patched, or reused for unrelated tasks, compromise of that one system can expose multiple downstream assets at once. The failure is often not the destination system itself, but the trust placed in the intermediary.
Mismanaged jump hosts also create visibility gaps. If session recording is absent, logs are incomplete, or access methods differ by team, organisations can lose the ability to reconstruct who reached what and when. That weakens investigation, accountability, and change control. NHIMG notes that 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface, which is relevant where a jump host or its service accounts become a privileged relay rather than a tightly scoped checkpoint.
Common symptoms include broad administrator access from the bastion, shared accounts, stale MFA exceptions, uncontrolled file transfer, and “temporary” exceptions that persist after the work is done. The practical risk is not just compromise of the jump host, but lateral movement through the trusted path it opens.
Domain and Governance Relevance
Jump hosts matter most when they are treated as governance assets rather than convenience servers. They define where privileged access is permitted, who owns the access path, and what evidence must exist for each session. That makes them central to remote administration policy, approval workflows, and auditability.
In NHI-heavy environments, the same pattern often applies to service accounts, automation runners, and machine-to-machine access. A jump host can become the mediation point for non-human identities that need controlled access to sensitive systems, especially when direct connectivity is prohibited. In that setting, the host is part of the identity boundary, not just the network boundary.
That changes the governance question from “Can we reach the server?” to “Can we prove this access path is hardened, scoped, and revocable?” Teams that answer that well usually have clearer ownership for administrative connectivity, stronger session controls, and fewer hidden exceptions in privileged workflows.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while CIS Controls v8 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| CIS Controls v8 | CIS 6 — Access Control Management | Jump hosts centralize privileged access and require scoped authorization. |
| CIS 8 — Audit Log Management | Jump hosts are key chokepoints for session logging and traceability. | |
| CIS 4 — Secure Configuration of Enterprise Assets and Software | A jump host must be hardened because compromise exposes multiple protected systems. | |
| Recommendation — Restrict jump-host access paths to approved admins and remove stale exceptions promptly. Log interactive jump-host sessions so privileged activity remains attributable and reviewable. Harden bastion configurations and minimize services to reduce exposure of the relay host. | ||
| NIST Zero Trust (SP 800-207) | SC-7 — Boundary Protection | Jump hosts implement a controlled access boundary between users and protected systems. |
| AC-4 — Information Flow Enforcement | The host filters which sessions and flows are allowed to reach internal assets. | |
| Recommendation — Use a jump host as the enforced boundary for administrative access into restricted zones. Apply flow controls on the jump host to limit which destinations and operations are reachable. | ||
| OWASP Non-Human Identity Top 10 | NHI-02 — Secrets and Credential Management | Jump hosts often broker machine access using privileged credentials or tokens. |
| Recommendation — Protect any machine credentials used on the jump host with strict storage and rotation rules. | ||
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 9, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org