Securely control and monitor privileged access to critical systems through a hardened gateway server.
Automate access, reduce risk, and stay audit-ready
Last Updated date: June 2026
A bastion host is a hardened, internet-facing server that acts as a single controlled entry point into a private network. Administrators connect to the bastion host first, typically via SSH or RDP, and from there reach internal systems that remain shielded from direct internet exposure.
Also called a jump box or jump server, a bastion host sits at the boundary between an untrusted external network and a secured internal environment.
| Field | Detail |
|---|---|
| Category | Network access control / Privileged Access Management (PAM) |
| Also known as | Jump box, jump server |
| Related to | PAM, Zero Trust, IAM, DMZ, Least Privilege |
| Primary use | Secure remote admin access to private or cloud-hosted infrastructure |
| Key benefit | Eliminates direct internet exposure of internal servers |
Every server exposed to the internet is a potential target. A bastion host contains that exposure to a single, purpose-built machine, rather than leaving dozens of internal systems individually reachable.
For identity and access governance, this matters because the bastion host becomes the enforced chokepoint for privileged access. All remote sessions pass through it, which means authentication, logging, and access control can be applied consistently in one place, rather than managed separately across every internal resource.
Organizations running infrastructure in AWS, Azure, or GCP frequently use bastion hosts as the standard method for reaching private cloud subnets without opening those subnets to the public internet.
The access flow follows a consistent pattern:
Direct connections to internal systems from the internet are blocked at the firewall level; the bastion is the only permitted path in.
A bastion host is not a general-purpose server. It is deliberately stripped down and hardened:
Cloud infrastructure access
In AWS, Azure, and GCP environments, bastion hosts (or managed equivalents like AWS Systems Manager Session Manager) provide the standard secure path to instances in private subnets. No public IP is needed on the internal VM.
Financial services
Banks and financial institutions use bastion hosts to gate admin access to core banking systems and trading infrastructure, satisfying regulatory requirements for access logging and segregation.
Healthcare
Hospitals and health systems rely on jump servers to isolate clinical and patient-data systems from direct internet exposure, supporting HIPAA audit trail requirements.
SaaS and tech companies
Engineering teams use bastion hosts to manage production databases and application servers without exposing those systems to the internet or to broad internal network access.
Both a bastion host and a VPN provide remote access to private networks, but they work differently and serve different use cases.
| Bastion Host | VPN | |
|---|---|---|
| Access model | Session-by-session, proxied through a single server | Full tunnel, user joins the private network directly |
| Scope of access | Limited to what the bastion is permitted to reach | Broad network access once connected |
| Audit logging | Centralized at the bastion by default | Depends on additional tooling |
| Best for | Privileged admin access, cloud VM management | General employee remote work |
| Zero Trust alignment | Higher, explicit session control | Lower, network-level trust once connected |
For privileged access management, bastion hosts are generally preferred over VPNs because they enforce session-level controls rather than granting network-level trust.
Deploying a bastion host effectively requires more than standing up a server:
A bastion host concentrates access, and that creates its own risk profile:
Modern Privileged Access Management (PAM) platforms address many of these limitations by layering session recording, just-in-time access provisioning, and identity-based policy enforcement on top of traditional bastion host architecture.
A firewall filters network traffic based on rules, and it blocks or allows connections. A bastion host is a server that users actively log into to reach internal systems. They serve complementary roles: the firewall blocks direct access to internal servers, and the bastion host provides the authorized path through.
Yes, "jump box" and "jump server" are informal terms for the same concept. The term "bastion host" is more common in formal security architecture and cloud documentation, while "jump box" is widely used by engineers and operations teams.
For privileged admin access to specific servers, yes. A bastion host provides more granular session control than a VPN. However, a VPN grants broader network access for general remote work scenarios where employees need to reach many internal resources, not just specific admin targets.
Yes. AWS offers Systems Manager Session Manager as a VPN-free alternative; Azure provides Azure Bastion as a managed PaaS service; GCP offers Identity-Aware Proxy (IAP) for VM access. These services handle much of the hardening and operational overhead but follow the same architectural principle.
A bastion host aligns with some Zero Trust principles; it enforces explicit authentication and limits lateral movement. However, it does not implement full Zero Trust on its own. True Zero Trust access requires identity-based policy enforcement, continuous verification, and least-privilege access at the application layer, typically through a dedicated IAM or PAM platform.
Hardening involves: disabling all non-essential services and ports, removing unnecessary software and user accounts, enforcing SSH key authentication with MFA, applying strict inbound firewall rules (IP allowlisting), enabling full session logging to an external system, and maintaining a rigorous patching schedule.
Privileged Access Management (PAM)
Jump Server
Zero Trust Network Access (ZTNA)
Least Privilege
DMZ (Demilitarized Zone)
SSH Key Management
Multi-Factor Authentication (MFA)