WZ-IT Logo

Privileged Access Management (PAM) for Remote Access

Timo WevelsiepTimo WevelsiepUpdated: 30.06.2026

Editorial note: Versions, commands and prices may change. Please verify critical steps independently before production use. This guide does not replace individual consulting.

Privileged access management (PAM) concentrates privileged access to critical systems at one controlled point and extends classic access control with four building blocks: just-in-time access, credential vaulting with automatic rotation, approval and four-eyes workflows, and complete session recording. For remote maintenance by vendors, service providers and third-party firms, PAM is the key lever to remove permanent accounts and shared passwords and to demonstrably meet the requirements of NIS2 and the IEC 62443 standards series.

What PAM adds beyond RBAC and audit

Role-based access control and tamper-evident logging are the foundation of every secure remote access. How to build roles, object-bound rights and tamper-evident audit trails is covered in our article on RBAC & audit for remote access. RBAC answers the question of who may reach which object.

PAM answers the next question: how a privileged session actually runs. It targets exactly where remote maintenance becomes risky in practice:

  • A machine vendor holds a permanent administrative account on your plant.
  • Several technicians share a common service password that is never rotated.
  • Nobody can prove afterwards which command was really issued on the controller.

PAM solves these three problems structurally: no standing rights, no handed-out secrets, no unobserved sessions.

Credential vaulting: rotate passwords and keys, never hand them to technicians

The most dangerous state in remote maintenance is a service password that lives in a spreadsheet, in emails or in the heads of several external technicians. With credential vaulting, passwords, SSH keys and API tokens instead live in a central, encrypted vault.

The decisive mechanism is credential injection: the PAM solution establishes the connection on behalf of the technician and inserts the secret itself, without ever displaying it. The technician works on the target machine but does not know the password. After the session, or on a schedule, the secret is rotated automatically, which makes a leaked password worthless.

An open-source, self-hosted secrets vault such as Vaultwarden is a solid building block here, keeping credentials encrypted and tenant-separated; details on our Vaultwarden page. Three properties matter: credentials never leave the vault in clear text toward a human, every account is a named account rather than a shared collective login, and every retrieval is logged.

Just-in-time access, approval and the four-eyes principle

Standing privileges are the biggest entry point: if an account is taken over, access is immediately open. Just-in-time access (JIT) reverses the principle. A privileged role is activated only for a defined time window and a specific machine, and expires automatically afterwards.

Three workflows make privileged remote maintenance additionally controllable:

  • Time-limited access: the permission applies for a maintenance window, not indefinitely.
  • Approval: before a sensitive action, an authorised party releases the access. The request, its justification and the release land in the audit trail.
  • Four-eyes principle: for especially critical plants, an action is approved by a second person or accompanied live, who can terminate the session if needed.

This leaves no hidden permanent access for external firms, and every elevation of rights is time-boxed, justified and documented.

Session recording: capturing privileged sessions

Session recording captures a privileged session in full: screen content, executed commands and keystrokes. For remote maintenance by external firms it is often the only solid proof of what was actually changed on a machine. Recordings are produced server-side and stored tamper-evident, separate from the access of the recorded users.

IEC 62443-3-3 explicitly lists session recording as a compensating control where strong authentication cannot be retrofitted directly on legacy systems. Combined with searchable command logs, a long recording becomes a precisely analysable audit record. Each session's metadata also belongs in the audit trail and, via Syslog or CEF, in a SIEM; how events are correlated and analysed centrally is shown on our Wazuh page. Continuous vulnerability management of the components in use complements this, see CVE monitoring.

Open-source PAM: Teleport and JumpServer

Sovereign, self-hosted PAM can be built from open-source blocks. Two widely used projects:

  • Teleport (AGPL-3.0) provides unified RBAC/ABAC, just-in-time access requests and session recording for SSH, Kubernetes, databases, RDP and web apps; playback runs via the web UI or tsh play. Most RBAC features are included in the open-source variant; the approval UI with a waiting room is reserved for the Enterprise edition (Teleport documentation).
  • JumpServer (GPL-3.0) is a bastion and PAM platform with a credential vault, automatic password rotation and full session recording including command history and video playback, for SSH, RDP, VNC, databases and Kubernetes through a single audited gateway (JumpServer).

Both work as components of a platform. In OT remote maintenance, the key is to embed them cleanly into the site and network architecture rather than running them as an isolated island.

Why PAM is central for third-party and maintenance access

External access by vendors and service providers is under particular regulatory scrutiny because it extends the attack surface beyond your own organisation.

NIS2: Article 21 of the NIS2 Directive and Germany's Section 30 BSIG list access-control policies, multi-factor authentication and supply-chain security among the minimum measures. For supplier and maintenance access this means, in practice: named accounts instead of shared ones, just-in-time access with approval, vaulting and rotating shared credentials, and logged, traceable supplier sessions. Germany's NIS2 implementation law (NIS2UmsuCG) was published in the Federal Law Gazette on 5 December 2025 and has been in force since 6 December 2025. How to set up remote access compliantly overall is covered in our article on NIS2-compliant remote access.

IEC 62443: In IEC 62443-3-3, the foundational requirements FR1 (Identification and Authentication Control) and FR2 (Use Control) cover the core building blocks of PAM. SR 1.5 (authenticator management) addresses managing, storing and changing credentials, SR 2.1 covers enforced authorisation following least privilege, and the audit requirements SR 2.8 (auditable events), SR 2.11 (timestamps) and SR 2.12 (non-repudiation from Security Level 3) cover session recording and logging. The complementary IEC 62443-2-4 is aimed specifically at providers of automation solutions, that is, exactly the maintenance scenarios where PAM applies.

PAM building block NIS2 (Section 30 BSIG) IEC 62443 Implementation in remote maintenance
Just-in-time access Access control, supply chain FR2 / SR 2.1 Time-boxed roles, no standing privilege
Credential vaulting & rotation Access control, MFA FR1 / SR 1.5 Vault, credential injection, automatic rotation
Approval / four-eyes Risk management, supply chain FR2 / SR 2.1 Approval workflow before sensitive access
Session recording Incident handling FR2 / SR 2.8, 2.11, 2.12 Complete, tamper-evident recording
Audit / SIEM export Effectiveness of measures FR6 / SR 6.1 Read-only logs, Syslog/CEF into the SIEM

This article is general information and not legal advice. You should have your specific obligations and implementation reviewed professionally.

How WZ-IT implements PAM in remote platforms

In our sovereign platforms, privileged access is not a bolt-on but built into the access path. Access runs through a broker that checks the permission server-side on a deny-by-default basis, injects credentials from the vault and uses short-lived session tokens instead of permanently distributed keys. No external technician carries a permanent secret to your plants.

Sensitive actions can be bound to an approval or the four-eyes principle, critical sessions are recorded, and all events flow tamper-evident into the audit trail and, on request, into the SIEM. The actual access is brokered in the browser, so neither a VPN client nor open inbound ports are required. We run this approach in production: at ABCO Water Systems in Australia for HMI and machine access across distributed sites, and at nextGYM in Germany for a deployed IoT device fleet.

Next steps

PAM is the layer that makes third-party remote maintenance secure, time-boxed and provable. If you would rather not build such a platform yourself, we take it on: from credential vaulting and just-in-time workflows through session recording to the audit and SIEM connection. Read more on our remote management platforms page. We assess the current state of your privileged access in a security audit. Want to discuss this in concrete terms? Book a free initial consultation.

You'd rather not run Remote Access yourself? WZ-IT handles setup, operations and maintenance – GDPR-compliant from Germany.

Frequently Asked Questions

Answers to the most important questions

PAM concentrates privileged access to critical systems at one controlled point. It extends RBAC and audit with just-in-time access, credential vaulting with automatic rotation, approval and four-eyes workflows, and complete session recording. For remote maintenance by vendors, service providers and third parties, PAM removes permanent admin accounts and shared passwords.

RBAC defines who holds which role and therefore which rights. PAM additionally controls how a privileged session actually runs: permissions are granted only for a limited time (just-in-time), credentials sit in a vault and are rotated instead of handed to technicians, sensitive access needs approval, and every session is recorded. PAM builds on RBAC and adds control over the session itself.

With credential vaulting, passwords, SSH keys and API tokens live in a central, encrypted vault. The technician never sees the actual secret. The PAM solution injects the credential in the background when the connection is established and rotates it automatically after use or on a schedule. A leaked or shared password can then no longer be reused for later access.

Session recording captures privileged sessions in full, including screen content, executed commands and keystrokes. For remote maintenance by external firms it is often the only way to prove afterwards exactly what was changed on a machine. IEC 62443 lists session recording as a compensating control where strong authentication cannot be applied directly on legacy systems.

Teleport (AGPL-3.0) provides RBAC/ABAC, just-in-time access requests and session recording for SSH, Kubernetes, databases, RDP and web; the approval UI with a waiting room is reserved for the Enterprise edition. JumpServer (GPL-3.0) is a bastion and PAM platform with a credential vault, automatic password rotation and full session recording for SSH, RDP, VNC, databases and Kubernetes. Both work as building blocks of a sovereign platform.

NIS2 does not name PAM explicitly, but Article 21 requires access-control policies, multi-factor authentication and supply-chain security. In practice, named accounts instead of shared ones, just-in-time access with approval, vaulting and rotating credentials, and logged supplier sessions are exactly how those duties are met for third-party and maintenance access. Germany's NIS2 implementation law has been in force since December 2025.

Access runs through a broker that checks the permission server-side, injects credentials from the vault and uses short-lived session tokens instead of permanent keys. Sensitive actions can require approval, critical sessions are recorded, and all events flow tamper-evident into the audit trail and via Syslog or CEF into a SIEM such as Wazuh.

Let's Talk About Your Idea

Whether a specific IT challenge or just an idea - we look forward to the exchange. In a brief conversation, we'll evaluate together if and how your project fits with WZ-IT.

E-Mail
[email protected]

Leading companies trust WZ-IT

  • Rekorder
  • Keymate
  • Führerscheinmacher
  • SolidProof
  • ARGE
  • Boese VA
  • NextGym
  • Maho Management
  • Golem.de
  • Millenium
  • Paritel
  • Yonju
  • EVADXB
  • Mr. Clipart
  • Aphy
  • Negosh
  • ABCO Water Systems
Timo Wevelsiep & Robin Zins - CEOs of WZ-IT

Timo Wevelsiep & Robin Zins

Managing Directors of WZ-IT

1/3 - Topic Selection33%

What is your inquiry about?

Select one or more areas where we can support you.