Part 2. Designing Secure Remote Access for Ships

 Ship Solutions  OT/IT Security Jump Server Series · Part 2 of 3 Technical Deep-Dive

Designing Secure Remote Access for Ships

13 engineering design domains for maritime jump server architecture — from authentication and authorization to software update integrity, vendor access governance, and maritime environmental constraints. Aligned to IACS UR E26/E27, IEC 62443, and NIST SP 800-207.

Captain Paul
Captain Paul ✓ Verified
ShipPaulJobs Maritime Cybersecurity · July 2026
Executive Summary

Part 1 established why modern ships require jump servers. This article addresses how to design a secure remote access architecture that is technically sound, operationally practical, and compliant with IACS UR E26/E27 and related international standards.

Secure remote access for ships is a multi-domain engineering challenge spanning architecture, identity management, session control, cryptography, vendor governance, software integrity, and maritime-specific operational constraints. This article examines thirteen design domains in structured depth. A jump server that is poorly designed — or correctly designed but poorly integrated — provides less security assurance than its presence might suggest.

13 Design Domains Covered in This Article
Domain 1: Architecture
Domain 2: Authentication
Domain 3: Authorization
Domain 4: Session Management
Domain 5: Audit Logging
Domain 6: Secure Communication
Domain 7: Vendor Access
Domain 8: File Transfer
Domain 9: Software Update
Domain 10: Cybersecurity
Domain 11: Maritime Environment
Domain 12: Compliance
Domain 13: Lifecycle Management
DOMAIN 1

Architecture

Why It Matters

The jump server's architectural position determines what it can protect and what remains exposed. A correctly positioned jump server enforces access control for all remote sessions. A poorly positioned one creates a false sense of security while leaving direct access paths open.

Typical Ship Scenario

A cruise vessel retrofits a jump server between its satellite gateway and its IT network. The OT network, however, retains a separate direct VPN connection configured by the engine automation OEM during commissioning. The jump server protects the IT side; the OT side remains accessible without passing through it.

Security Risks
• Direct connections to OT systems that bypass the jump server negate its access control value
• Flat network topologies allow lateral movement if any connected session is compromised
• Insufficient network segmentation means a compromised vendor session can probe adjacent systems
Engineering Considerations
Single Ingress Point: The jump server must be the only authorized entry point into shipboard OT and IT systems from external sources. No secondary or "emergency" VPN paths should exist that bypass it. If such paths existed prior to deployment, they must be disabled.
Network Zoning: The ship's network should be divided into at minimum three zones: the external/DMZ zone (where the jump server sits), the IT zone (crew internet, fleet management), and the OT zone (propulsion, navigation, safety systems). IACS UR E26 supports this model.
Redundancy Planning: A hardware failure that prevents all remote access during a critical maintenance window has real operational consequences. Consider active-passive redundancy or the ability to bring up a secondary instance from a known-good image.
Physical Separation: The jump server should not be co-located on the OT network segment it controls access to. It belongs in the DMZ between external and internal zones.
Regulatory Considerations

IACS UR E26 requires that networks carrying safety-critical functions be segmented from networks carrying non-safety functions. IMO MSC-FAL.1/Circ.3 emphasizes controlling access points as part of broader cyber risk management. IEC 62443 zone-and-conduit model applies.

Best Practices
• Enforce the single-ingress-point rule without exceptions, including for OEM support connections
• Apply the IEC 62443 zone-and-conduit model as reference for OT segmentation
• Document network architecture formally; review at each IACS UR E26 annual assessment
• Physically separate the jump server from the systems it protects
DOMAIN 2

Authentication

Why It Matters

Weak authentication is the most common initial step in successful remote access attacks. For maritime systems, where compromised credentials may not be detected for days due to intermittent satellite connectivity, authentication failure has disproportionately severe consequences.

Typical Ship Scenario

A cargo vessel's engine room monitoring system uses a shared service account for vendor remote access. Three separate OEMs use the same credentials; none of them know the others do. The account has never been changed since commissioning.

Security Risks
• Shared credentials make individual session attribution impossible — audit logs cannot identify which person initiated a session
• Passwords shared across multiple organizations are effectively uncontrolled, including by former employees
• Static passwords that are never rotated remain valid indefinitely after a vendor's support contract ends
Engineering Considerations
Multi-Factor Authentication (MFA): Every remote access session through the jump server should require MFA. The factors: something the user knows (password), something the user has (hardware token, authenticator app, smart card). MFA must be mandatory, not configurable.
Individual Named Accounts: Shared accounts must be eliminated. Every person who will connect remotely must have a named individual account. This is the prerequisite for meaningful audit trails.
Credential Vaulting: Jump server platforms typically include credential vault functionality — automatically injecting credentials into a session without exposing the actual password to the user. This enables session logging without compromising credential security.
Certificate-Based Authentication: For system-to-system connections (fleet management platforms, automated data collectors), certificate-based mutual authentication is preferable to password-based. Certificates have defined expiry dates and can be revoked immediately.
Privileged Account Separation: Accounts used for remote access to OT systems should be separate from accounts used for email or administration. A vendor engineer's remote access account should not be an administrator account on shore-side systems.
Regulatory Considerations

IACS UR E26 requires access control mechanisms for all CBS including controls over remote access. NIST SP 800-207 (Zero Trust Architecture) treats user identity as a core pillar — authentication must be continuous and risk-based, not binary.

Best Practices
• Require MFA for all human remote access sessions without exception
• Issue individual named accounts; prohibit shared credentials for remote access
• Implement credential vaulting for OT system access
• Establish a formal process for revoking access when vendor contracts end or individuals change roles
• Set password complexity and rotation policies aligned with ISO/IEC 27001 Annex A
DOMAIN 3

Authorization





Why It Matters

Authentication confirms who is connecting. Authorization determines what they are permitted to do. These are distinct functions, both necessary. A correctly authenticated user should have access only to the systems and functions their role requires.

Typical Ship Scenario

A third-party cybersecurity consultant is granted temporary remote access to perform a vulnerability scan of the navigation network. The access granted also gives them visibility into the engine automation network, because network segmentation is not enforced at the jump server policy level.

Security Risks
• Overly broad authorization grants allow lateral exploration of systems that are out of scope
• Static authorization policies that are never reviewed may grant access no longer necessary
• Authorization policies not systematically documented cannot be audited or verified by third parties
Engineering Considerations
Role-Based Access Control (RBAC): Define access roles that correspond to functions rather than individuals: OEM_Propulsion_Support, Fleet_Performance_Monitor, Cybersecurity_Auditor. Each role has a defined scope of accessible systems and permitted actions.
Target System Specificity: Authorization should specify not just the network segment but the specific system. An ECDIS vendor should have access to the ECDIS management interface, not all devices on the navigation network segment.
Time-Based Access Windows: Authorization should include temporal constraints. Vendor support access should be valid only during the approved maintenance window — not before, not after. Automatic expiry without manual intervention.
Approval Workflows: High-risk access (administrative access, access during navigation, access to safety systems) should require explicit approval from the ship master or designated cybersecurity officer before the session is permitted.
Regulatory Considerations

IACS UR E26 addresses access control as a Protection function, requiring that access to CBS be controlled and third-party access managed within defined parameters. IEC 62443-3-3 defines security levels that include requirements for user authorization at each level.

Best Practices
• Implement RBAC with documented role definitions reviewed at least annually
• Require explicit time-bounded approval for all vendor access sessions
• Apply least privilege: start with no access and grant only what is demonstrably necessary
• Review and prune access authorizations when vendor contracts change or systems are reconfigured
• Log authorization decisions — both grants and denials — as part of the audit record
DOMAIN 4

Session Management

Why It Matters

Session management determines what happens during the session: how it is initiated, monitored, terminated, and what happens if it goes dormant or behaves anomalously. Correct session management prevents risks that occur during a session, not just at connection establishment.

Typical Ship Scenario

A vendor connects to an engine automation system for a scheduled diagnostic at 08:00. The diagnostic takes 45 minutes. The vendor forgets to disconnect. The session remains active for 18 hours, during which the vessel transits a congested shipping lane. Anyone with access to the vendor's workstation could have interacted with the ship's engine automation system.

Security Risks
• Idle sessions create persistent access windows that outlast their intended purpose
• Sessions established in one time zone and left open can remain active during crew changeover, when oversight is lowest
• Long-lived sessions are harder to monitor in real time; anomalous activity may not be detected until after the session ends
Engineering Considerations
Idle Timeout: All sessions should automatically terminate after a defined period of inactivity. Typically 10–15 minutes for high-sensitivity OT access. This is not configurable at the end-user level.
Maximum Session Duration: Even active sessions should have a maximum duration. A 4-hour maintenance window should not be extendable to 8 hours without explicit re-approval from the ship-side officer.
Real-Time Session Visibility: The ship's designated cybersecurity responsible officer and shore-based security team should be able to see all active sessions at any time — who is connected, to what system, for how long.
Session Termination Controls: Authorized personnel (ship master, IT/OT security officer, shore-based SOC) should be able to terminate any session immediately without requiring the remote user's cooperation.
Concurrent Session Limits: A single user account should not be permitted to have multiple simultaneous sessions. This reduces the impact of credential sharing or theft.
Regulatory Considerations

IACS UR E26's Detection requirements include the ability to identify and alert on anomalous network behavior. Unmonitored long-lived sessions are precisely the kind of anomaly that a compliant detection capability should identify.

Best Practices
• Configure idle timeout at 10–15 minutes for OT system access
• Set hard maximum session durations tied to the approved maintenance window
• Provide real-time session dashboards accessible to both shipboard and shore-based security personnel
• Implement automatic session termination if the session deviates from its pre-approved access scope
DOMAIN 5

Audit Logging

Why It Matters

Audit logs are the primary evidence base for incident investigation, compliance verification, and insider threat detection. A remote access incident without audit logs is almost impossible to reconstruct. Logs also deter misconduct — users who know their sessions are recorded behave differently.

Typical Ship Scenario

A ship experiences an unexplained configuration change in its ballast water treatment automation system. Investigation reveals that a third-party vendor had remote access three days before the change was noticed. There are no session logs, no record of which systems the vendor accessed, and no way to determine whether the vendor connection is related.

Security Risks
• Without logs, incident investigation relies entirely on vendor cooperation, which cannot be assumed in a contested situation
• Incomplete logs (connection events only, not session content) may identify that access occurred without identifying what happened
• Logs stored exclusively on the ship can be modified or deleted if the jump server is compromised
Engineering Considerations
Session Recording: Beyond connection logs (who connected, when, from where), the jump server should record full session content: all commands typed, all screens viewed, all files transferred. This is forensic-quality audit capability.
Centralized Log Storage: Logs should be forwarded to a shore-based SIEM in near real-time over the satellite link. On-ship log storage should be considered a backup, not the primary repository.
Log Integrity: Logs should be write-once, tamper-evident. Cryptographic hash chaining (where each log entry includes a hash of the previous entry) can detect log modification after the fact.
Log Retention: Define retention periods based on regulatory and operational requirements. A minimum of 12 months is common practice, aligned with the annual audit cycle.
Alerting from Logs: Logs are most valuable when actively analyzed, not only stored. SIEM integration enables real-time alerting on after-hours access, access to out-of-scope systems, or multiple failed authentication attempts.
Regulatory Considerations

IACS UR E26 requires that ships maintain records sufficient to support incident investigation. IMO MSC-FAL.1/Circ.3 lists logging as a component of the Detect and Respond functions.

Best Practices
• Enable full session recording for all human interactive sessions to OT systems
• Forward logs to a shore-based SIEM within each satellite connectivity window
• Implement tamper-evident log storage with cryptographic chaining
• Define and enforce log retention policies of at least 12 months
• Review logs for anomalies at a defined frequency; do not rely solely on automated alerting
DOMAIN 6

Secure Communication

Why It Matters

All remote access sessions traverse public or semi-public networks — satellite links, cellular connections, port WiFi. Without encryption, session data is visible to anyone with access to the network path. The details of implementation determine whether encryption provides genuine or only nominal protection.

Typical Ship Scenario

A vessel in port uses port-side WiFi for a vendor remote diagnostic session while the VSAT link is in economy mode. The port-side WiFi is not secured. Session credentials and command data are transmitted without verifying the encryption configuration of the connection.

Security Risks
• Cleartext transmission exposes session credentials and command content to network-level interception
• Certificate validation failures (accepting self-signed certificates) reduce encryption effectiveness
• Protocol downgrade attacks force encrypted sessions to use weaker cipher suites
Engineering Considerations
Mandatory TLS/SSH: All jump server connections should use current TLS (TLS 1.2 minimum, TLS 1.3 preferred) or SSH for interactive terminal sessions. Older protocols (SSLv3, TLS 1.0/1.1, Telnet) should be explicitly disabled at the application and network level.
Certificate Validation: Server certificates should be validated against a trusted certificate authority. Self-signed certificates should not be accepted for production remote access sessions. Validation bypass must not be available to end users.
Cipher Suite Hardening: Disable weak cipher suites, export-grade ciphers, and null encryption options. Apply hardening guidance from NIST SP 800-52 (Guidelines for TLS implementations).
Layered Encryption: The encrypted VPN tunnel between shore and ship provides the outer layer. The jump server's session-level TLS/SSH provides the inner layer. Both are necessary and serve different security functions.
Regulatory Considerations

IACS UR E26 requires that connections between shipboard CBS and external networks use secure communication protocols. BIMCO's Guidelines on Cyber Security Onboard Ships recommends encryption as a baseline control for all remote access.

Best Practices
• Enforce TLS 1.2+ or SSH-2 for all remote access sessions; disable older protocols
• Validate certificates; prohibit certificate warnings from being bypassed by end users
• Conduct annual cryptographic configuration reviews as part of the IACS E26 assessment
• Document the encryption layer model (VPN outer + session inner) in the SCSRP
DOMAIN 7

Vendor Access

Why It Matters

Third-party vendor access is the most operationally complex remote access category. Vendors are legitimate and necessary, but they are outside the ship operator's direct control. Managing vendor access requires balancing operational necessity against security risk.

Typical Ship Scenario

A propulsion system OEM has negotiated a service contract that includes "24/7 remote access for diagnostic support." This means the OEM has a persistent VPN credential used without notifying the ship operator. The ship master has no visibility into when the connection is active, what the engineer is doing, or how long the session runs.

Security Risks
• Persistent vendor access credentials that are not time-bounded create permanent backdoors to ship systems
• Vendors with unrestricted access may, intentionally or accidentally, modify configurations beyond their maintenance scope
• A vendor organization's own cybersecurity practices may be weaker than the ship operator's — a compromised vendor network becomes a pathway into the ship
Engineering Considerations
Just-in-Time Access: Vendor access should be provisioned on-demand for a specific maintenance window, not maintained as a persistent credential. The jump server should support approval-based access requests valid only for the approved duration.
Vendor Account Ownership: Vendor accounts in the jump server should be owned and managed by the ship operator, not the vendor. The operator controls creation, modification, and deactivation.
Vendor Session Notifications: When a vendor session is initiated, the ship master or designated cybersecurity officer should be automatically notified. When it ends, a session summary should be generated.
Contractual Alignment: Vendor access agreements should specify the technical controls required (MFA, session recording, time-limited access) as contractual obligations, not just operational guidance.
Regulatory Considerations

IACS UR E27 places obligations on equipment manufacturers regarding the remote connectivity features they build into their products. IACS UR E26 requires that ship operators manage third-party access as part of their overall cyber risk management framework.

Best Practices
• Eliminate persistent vendor credentials; implement just-in-time provisioning
• Require vendor engineers to authenticate with individual named accounts, not shared service accounts
• Enable full session recording for all vendor sessions; provide session summaries to the ship operator
• Specify remote access security requirements in vendor contracts as binding obligations
DOMAIN 8

File Transfer

Why It Matters

File transfer is an often-overlooked attack vector because it bypasses the command-level controls that jump servers apply to interactive sessions. Many remote access sessions include file transfers: configuration files, diagnostic exports, log data, and software packages.

Typical Ship Scenario

A vendor transfers a configuration file to the ship's power management system during a remote session. The file is not scanned for malware before transfer. The file contains a configuration modification the ship operator did not explicitly authorize and was not aware had been transferred.

Security Risks
• Files transferred to ship systems can contain malware or unauthorized configuration changes
• Files exfiltrated from ship systems during a vendor session may contain sensitive operational data
• Uncontrolled file transfer paths that bypass the jump server represent a secondary attack vector
Engineering Considerations
File Transfer Inspection: All files transferred through the jump server should be subject to malware scanning before delivery to the target system. Inline inspection or integration with a scanning service is required.
Transfer Authorization: File transfers should require explicit authorization separate from session authorization. A vendor authorized to run diagnostics is not automatically authorized to push configuration files.
Transfer Logging: All files transferred (direction, filename, hash, size, timestamp) should be logged with the same rigor as command activity. SHA-256 hash logging enables integrity verification.
Allowed File Types: Define and enforce allowed file type lists for OT system transfers. Executable files, scripts, and archives should require elevated authorization and explicit approval.
Regulatory Considerations

IACS UR E26 requires that the ship maintain control over what connects to CBS. Uncontrolled file transfers to OT systems are a violation of the protection controls required under E26. IEC 62443-3-3 addresses integrity of data communicated between zones.

Best Practices
• Scan all inbound files for malware before delivery to target systems
• Require explicit approval for configuration file transfers to OT systems
• Log all file transfers with cryptographic hash values to enable integrity verification
• Prohibit uncontrolled file transfer paths that bypass the jump server
DOMAIN 9

Software Update

Why It Matters

Remote software updates (OTA) are a critical maintenance function for modern shipboard CBS and one of the highest-risk remote access operations. A malicious or corrupted software update can fundamentally compromise a system. The update process must be at least as controlled as any other privileged remote operation.

Typical Ship Scenario

A navigation equipment manufacturer pushes a firmware update to an onboard ECDIS via a direct connection to the manufacturer's cloud update server. The update is not logged in the ship's maintenance record. The ship master is not notified. The crew cannot verify the integrity of the installed software after the update.

Security Risks
• A compromised update server (supply chain attack) can deliver malware packaged as a legitimate update
• An update applied without crew awareness cannot be correlated with subsequent system anomalies during investigation
• Software version control is impossible if updates are applied outside a managed process
Engineering Considerations
Software Integrity Verification: All software delivered to shipboard systems should carry a cryptographic signature from the manufacturer. The ship system should verify this signature before installation. This is a core requirement of IACS UR E27 for on-board equipment.
Update Staging: Updates should be delivered to a staging environment first where they can be verified before deployment to production systems. This applies both for testing and for integrity verification.
Maintenance Record Integration: Every software update event should be logged in the ship's maintenance record system with software version, hash, manufacturer signature status, and installer identity.
Crew Awareness and Approval: The ship master or designated cybersecurity officer should be notified before any software update is applied to a CBS, and should be able to defer the update if operational circumstances make it inappropriate.
Regulatory Considerations

IACS UR E27 requires that on-board equipment manufacturers provide mechanisms for secure software updates, including integrity verification and version management. UR E26 requires that the ship maintain a software inventory for all CBS.

Best Practices
• Verify manufacturer signatures on all software before installation; reject unsigned software
• Require explicit crew approval before applying updates to safety-critical CBS
• Log all software update events with version, hash, and authorization trail
• Maintain a current software inventory for all shipboard CBS
DOMAIN 10

Cybersecurity of the Jump Server Itself

Why It Matters

The jump server itself is a high-value target. If an attacker compromises the jump server, they gain access to everything the jump server controls. The security of the jump server platform is therefore as important as the security it provides.

Typical Ship Scenario

A jump server is deployed on a standard server running a general-purpose Linux distribution. It is configured correctly at deployment. Over 18 months, OS security patches are not applied because the procedure requires taking it offline, which is operationally inconvenient. A publicly known vulnerability in the OS is exploited.

Security Risks
• An attacker who compromises the jump server gains access to all systems it controls
• Unpatched jump servers accumulate known vulnerabilities that are actively exploited in the wild
• A compromised jump server can be used to modify audit logs, concealing the attacker's activity
Engineering Considerations
Hardened Host: The jump server operating system should be hardened: unnecessary services disabled, attack surface minimized, host-based firewall enabled. Apply CIS Benchmarks or DISA STIG hardening guidance for the relevant OS.
Minimal Software: The jump server should run only the software required for its access control function. No general-purpose applications, no crew welfare software, no fleet management clients should reside on the same platform.
Patch Management: The jump server should have its own documented patch management procedure with defined update frequencies and a process for applying critical patches with minimum delay. Critical patch target: ≤30 days.
Integrity Monitoring: File integrity monitoring (FIM) should detect unauthorized changes to the jump server's configuration or software. Any unauthorized change should trigger an immediate alert.
Security Testing: The jump server should be included in the ship's cybersecurity vulnerability assessment scope and tested for common vulnerabilities at the same frequency as other critical systems.
Regulatory Considerations

IACS UR E26 requires that protection controls are applied to the systems that provide protection — a jump server that is itself insecure undermines the entire remote access security model. CIS Benchmarks provide a practical hardening baseline.

Best Practices
• Apply OS hardening benchmarks at deployment and re-verify after each major update
• Establish a patch management schedule with a target patch latency of ≤30 days for critical patches
• Implement file integrity monitoring on the jump server
• Include the jump server in the scope of annual or biannual penetration testing
DOMAIN 11

Maritime Environment

Why It Matters

Ship systems operate in an environment fundamentally different from shore-based IT infrastructure: intermittent connectivity, harsh physical conditions, a constrained crew skill base, and operational priority that places safety of navigation above all else. A jump server not designed for this environment will fail in ways that matter.

Typical Ship Scenario

During a voyage through a remote area with poor satellite coverage, the ship experiences an extended period of satellite connectivity loss. A planned OEM remote diagnostic session cannot be established. The crew has no documented fallback procedure and no way to notify the OEM that the session cannot proceed.

Security Risks
• Store-and-forward failures can cause access requests and log events to be lost during satellite outages
• Hardware not rated for maritime environmental conditions may fail due to vibration, humidity, or temperature extremes in the engine room
• Interfaces too complex for non-specialist crew will be misused, bypassed, or ignored
Engineering Considerations
Connectivity Resilience: The jump server should function in store-and-forward mode during satellite outages. Queued access requests and log events should be transmitted when connectivity is restored. Core onboard functions must not require always-on satellite connectivity.
Bandwidth Efficiency: Maritime satellite connectivity is expensive. Jump server protocols should be bandwidth-efficient. Excessive log forwarding or session recording data should not saturate the satellite link during high-traffic periods.
Physical Ruggedization: The jump server hardware should meet applicable IEC 60945 or equivalent standards for maritime environmental conditions: vibration, humidity, temperature range, and electromagnetic compatibility.
Crew Usability: Onboard management interfaces — approving access requests, monitoring sessions, reviewing alerts — should be operable by crew with general IT competence, not specialized cybersecurity expertise.
Graceful Degradation: If the jump server has a fault, the appropriate response is to prevent all remote access (fail-secure) rather than fail-open (allow uncontrolled access). The crew should be alerted and manual override procedures should be documented.
Regulatory Considerations

IEC 60945 defines environmental and EMC requirements for maritime navigation and communication equipment. IEC 62443 addresses security controls in industrial environments with reliability and availability constraints comparable to maritime OT.

Best Practices
• Specify and test maritime environmental ratings for jump server hardware at procurement
• Design for satellite connectivity intermittency; ensure no critical function depends on always-on connectivity
• Test usability with representative crew members; simplify interfaces based on findings
• Document and train crew on jump server failure procedures and fallback processes
DOMAIN 12

Compliance

Why It Matters

Compliance is not a substitute for genuine security, but it is the mechanism by which security requirements are made enforceable and verifiable. Understanding which standards apply, what they require, and how the jump server architecture addresses those requirements is essential for vessels subject to IACS UR E26/E27 classification.

Typical Ship Scenario

A ship operator schedules their first IACS UR E26 cyber survey. During preparation, they discover the jump server generates access logs but they have never been forwarded to a SIEM, have never been reviewed, and the retention period is 30 days. The surveyor requests 12 months of access records for a specific vendor session referenced in an incident report.

Security Risks
• Compliance gaps identified during a class survey may result in conditions of class or survey non-conformities
• An undocumented gap between the jump server capabilities and regulatory requirements cannot be tracked or remediated
• Audit evidence that cannot be produced on demand undermines the ship operator's position in an incident investigation
Engineering Considerations
Standard Key Relevant Requirements Jump Server Design Touchpoints
IACS UR E26Access control; audit trails; third-party access managementAuthentication, Authorization, Audit Logging, Vendor Access
IACS UR E27Remote connectivity in CBS equipment; software update integritySoftware Update, Vendor Access, Secure Communication
IMO MSC.428(98)Cyber risk management in SMSArchitecture, Vendor Access, Compliance documentation
IEC 62443-3-3Zone segmentation, access control, loggingArchitecture, Session Management, Audit Logging
NIST SP 800-207Zero Trust principlesAuthentication, Authorization, Session Management
ISO/IEC 27001Access control (A.9), cryptography (A.10), operations (A.12)All domains
Compliance Documentation: The jump server configuration and access policies should be formally documented and maintained as part of the Ship Cyber Security and Resilience Programme (SCSRP) required under UR E26.
Audit Evidence Generation: The jump server should automatically generate evidence suitable for compliance verification: access policy documents, session logs, software version records, user account inventories. These should be available for surveyor review.
Regulatory Considerations

Vessels contracted on or after 1 July 2024 are subject to IACS UR E26. Equipment installed on those vessels is subject to UR E27. All vessels subject to ISM Code are covered by IMO MSC.428(98). IEC 62443 is referenced as a technical standard by IACS.

Best Practices
• Map jump server capabilities explicitly to IACS UR E26/E27 requirements
• Generate compliance reports from jump server audit data at defined intervals (quarterly minimum)
• Include jump server review in the agenda for IACS annual cyber resilience assessments
• Document gaps with remediation timelines when capabilities do not yet meet all requirements
DOMAIN 13

Lifecycle Management

Why It Matters

A jump server deployed correctly in 2025 will face a different threat landscape in 2030. The security controls adequate today may not be adequate in five years. Lifecycle management ensures that the jump server continues to deliver protection throughout the vessel's operational life.

Typical Ship Scenario

A jump server deployed during a vessel's new construction enters end-of-life for its underlying platform software three years after delivery. The vendor announces that no further security patches will be issued. The ship operator has no technology refresh plan and no alternative. The ship will operate for another 17 years.

Security Risks
• Running end-of-life software eliminates the vendor's ability to patch newly discovered vulnerabilities
• Access policies, user accounts, and authorization rules that are never reviewed accumulate stale and excessive access grants
• A decommissioned jump server that is not securely wiped contains configuration data, credential vault contents, and session recordings — all sensitive
Engineering Considerations
Version Currency: The jump server platform software should be on a supported version with active security updates available. Define an EOL transition plan before current major version reaches end-of-support.
Configuration Review: Access policies, user accounts, and authorization rules should be reviewed at defined intervals. Vendors whose contracts have ended should have accounts deactivated. Decommissioned systems should be removed from access policies.
Change Management: Changes to the jump server configuration — new user accounts, modified access policies, platform updates — should be subject to a formal change management process with documented approvals.
Decommissioning: When a jump server is replaced, the decommissioned unit must be securely wiped. It contains configuration data, credential vault contents, and potentially session recordings — all of which are sensitive.
Regulatory Considerations

IACS UR E26 requires that the SCSRP be maintained as a living document, implying that controls including the jump server must be reviewed and updated. ISO/IEC 27001 addresses asset management and security in the context of system lifecycle.

Best Practices
• Define and maintain a jump server software update and EOL transition plan
• Conduct quarterly access policy reviews at minimum
• Apply formal change management to all jump server configuration changes
• Include jump server lifecycle management in the ship's Planned Maintenance System (PMS)
• Document and execute a secure decommissioning procedure when replacing the platform
Key Takeaways
01

Secure remote access is a multi-domain problem. A jump server without correct authentication is a choke point without a lock. Each of the thirteen domains is necessary; none is sufficient alone.

02

The principle of least privilege must be applied at every layer: access scope (which systems), temporal scope (which time windows), and functional scope (which operations).

03

Audit logs are the security control that continues to work after an incident. Every other control attempts to prevent harm; logs enable understanding and recovery when prevention fails.

04

The maritime environment imposes real constraints on how remote access controls must be designed — connectivity intermittency, crew skill base, and operational priority require engineering decisions that pure IT security frameworks do not address.

05

Compliance documents what must be done; engineering determines whether it actually works. Treat regulatory requirements as minimum thresholds, not design targets.

Jump Servers for Modern Ships — 3-Part Series
Part 1
Why Modern Ships Need Jump Servers
Part 2
Designing Secure Remote Access for Ships You are here
Part 3
How to Evaluate a Maritime Jump Server Solution Vendor Checklist
Captain Paul
Captain PaulVerified
ShipPaulJobs Maritime Cybersecurity — Remote Access & OT Security

Continue to Part 3 — a structured vendor evaluation framework with 55 technical evaluation items across 11 domains, designed for RFP processes, vendor demonstrations, and pre-contract technical due diligence.

⚓ Join the ShipPaulJobs Community

Join →
Share

Comments