← Home

Jump Host

A jump host (jump server / bastion) is an architecture where remote users connect via RAS or VPN not to the whole control network, but to a specific workstation or host. They typically receive keyboard, video and mouse (KVM-style) access and work with tools installed on that host — they “jump” onto it.

Teaching note: Paraphrased for learning from IACS cybersecurity course material and industry practice. Not a substitute for ISA/IEC 62443 remote-access requirements (Part 2-1 NET 3) or organisation-specific architecture standards.

Related: Secure Remote Access | IEC 62443-3-1 Clause 7.3 VPN | IEC 62443-3-1 Clause 5 Authentication | Multi-Factor Authentication (MFA) | Network Segmentation | IEC 62443-2-1 NET 3 | System Hardening


How it works

Users authenticate to a remote-access path (for example a VPN or remote-access service) that lands them on the jump host rather than granting membership of the broader IACS network. From the jump host they use approved applications to reach selected engineering or operations systems.


Benefits


Placement and hardening

Place jump hosts in the IACS DMZ (or equivalent restricted zone) and grant them access only to selected resources in the control system — not blanket network membership. Harden the jump host as a high-value endpoint (patching, least privilege, MFA, logging) and treat it as part of secure remote access design, not as a convenience PC.


Key takeaways