Bastion Host
A bastion host is a specially hardened computer positioned to be the single, controlled entry point into a private network from a less trusted network such as the internet. It is designed and configured to withstand attacks, so that administrators can reach internal systems without exposing those systems directly to untrusted networks. Because it sits at the boundary, it concentrates and limits access rather than allowing many direct connections.
A bastion host is a special-purpose, hardened system deliberately exposed to an untrusted network and configured to resist attack, typically serving as a controlled intermediary (for example, a second SSH layer or an RDP/SSH gateway) in front of one or more private instances that are not directly reachable from the outside. Its role is to mediate and audit administrative access to a private network segment, minimizing the attack surface of internal hosts by requiring connections to transit a single, monitored, and locked-down point. Managed implementations exist, such as Azure Bastion, which provides RDP/SSH connectivity to virtual machines without exposing those services publicly. In a PCI DSS context, use of a bastion host may support access control and network segmentation objectives, but its contribution to scope and control effectiveness depends on its specific configuration, hardening, logging, and validation rather than on the label alone; confirm applicable requirements against the current published standard.
Why it matters
A bastion host addresses a fundamental exposure problem: internal systems that hold or process sensitive data should not be directly reachable from untrusted networks such as the internet. By concentrating administrative access into a single hardened, monitored entry point, a bastion host reduces the attack surface of internal hosts and makes remote administration something that can be controlled, logged, and audited rather than scattered across many direct connections. This design supports the broader principle of limiting and monitoring pathways into a private network.
In a PCI DSS context, a bastion host may support access control and network segmentation objectives, but its value depends entirely on how it is configured, hardened, logged, and validated — not on the label. A poorly hardened or inadequately monitored jump host can itself become a high-value target, since it sits at the boundary and mediates access to protected systems. Because it is deliberately exposed to an untrusted network, the bastion host must be treated as a critical control that is maintained, patched, and reviewed with corresponding rigor.
A bastion host is one layer among several and does not by itself guarantee secure access or eliminate the risk of compromise. It helps enforce a controlled, single point of entry, but it must be combined with strong authentication, least-privilege access, comprehensive logging, and appropriate segmentation. Organizations should confirm which specific requirements apply, and how a bastion host contributes to scope and control effectiveness, against the current published PCI DSS standard rather than assuming its presence satisfies any given requirement.
Who it's relevant to
Inside Bastion Host
Common questions
Answers to the questions practitioners most commonly ask about Bastion Host.