By NHI Mgmt Group Editorial TeamPublished 2026-05-11Domain: Governance & RiskSource: Teleport

TL;DR: Multi-site infrastructure often cannot prove who accessed what, when, and what they did because shared accounts, static SSH keys, fragmented logs, and standing privileges leave auditors with incomplete evidence, according to Teleport. The governance problem is structural: compliance at scale depends on identity-linked, time-bound access and unified audit trails, not more logging.


At a glance

What this is: This is a compliance and audit-readiness analysis showing why distributed data center environments still fail when access, logging, and attribution remain fragmented across sites.

Why it matters: For IAM and NHI practitioners, the lesson is that auditability depends on identity-bound access, short-lived credentials, and consistent evidence across every protocol and location.

By the numbers:

👉 Read Teleport's blog on multi-site data center audit and compliance best practices


Context

Multi-site data center auditability fails when identity, access, and logging are managed as site-specific exceptions instead of as one control plane. In practice, the problem is not whether logs exist, but whether they can prove which identity performed each action across SSH, Kubernetes, Windows, databases, and vendor sessions. That is the core compliance gap for data center operators trying to satisfy IAM and NHI governance requirements at scale.

The article argues that static credentials, shared accounts, and fragmented session logs make audit evidence hard to produce on demand. That starting position is common in mature environments that grew through acquisitions, regional expansion, and tool sprawl. It is not a special case; it is the default failure mode when infrastructure grows faster than identity controls.


Key questions

Q: How should security teams handle auditability in multi-site data center environments?

A: They should standardize access on identity-bound, short-lived credentials and require every privileged session to produce a traceable request, approval, and expiry record. A multi-site estate is only auditable when logs can be tied to one identity across all protocols, regions, and vendors. Without that link, evidence remains fragmented and difficult to defend.

Q: What is the difference between session logging and audit-ready evidence?

A: Session logging records that a connection happened, while audit-ready evidence can show which identity acted, what commands or system calls occurred, and when access expired. Audit evidence is stronger because it supports attribution and review. In regulated infrastructure, that difference often determines whether a control passes or fails.

Q: Should organisations keep standing admin access in production?

A: No, because standing admin access creates permanent exceptions that are hard to justify, review, and revoke. Organisations should move high-risk production access to just-in-time workflows with explicit purpose, approval, and automatic expiry. That model reduces the number of entitlements auditors must examine and limits the blast radius of compromised credentials.

Q: Why do shared credentials create compliance risk for NHI and IAM teams?

A: Shared credentials destroy identity attribution, which means the environment can no longer prove which person or system performed a given action. That weakens access review, offboarding, and incident response at the same time. For NHI and IAM teams, the risk is not only compromise but also the inability to produce defensible evidence.


Technical breakdown

Why shared credentials break identity attribution

Audit programs depend on being able to answer who accessed a system and what that person did. Shared SSH keys, shared service accounts, and local users created ad hoc destroy that link because the log records a credential or session object, not a specific human or workload identity. Once credentials are reused across hosts or rotated manually across a fleet, attribution becomes approximate instead of provable. That is why multi-site environments often pass operationally while failing evidentiary review. The issue is not missing logs alone. It is that the identity model itself cannot support chain of custody for access events.

Practical implication: Replace shared and static credentials with identities that can be tied to a specific person or workload at session time.

How kernel-level session capture changes audit evidence

Traditional session recording captures terminal input and output, but that is often only a surface view. Scripted actions, child processes, and hidden system calls can change files, open sockets, or alter configurations without appearing in a simple replay. Kernel-level capture closes that gap by recording the lower-level system activity that actually changes state. For auditors, that shifts evidence from "someone logged in" to "this exact command path wrote this file and contacted that endpoint." For security teams, it also improves forensic quality after an incident because the session record becomes machine-readable evidence rather than a video-like artifact.

Practical implication: Capture syscall-level activity where possible, not just terminal text, for privileged or regulated sessions.

Why just-in-time access is a compliance control, not a convenience feature

Just-in-time access matters because standing privilege creates an audit problem before it becomes a security problem. If access is permanent, then the control question becomes whether it was ever justified in the first place. JIT changes the evidence model by forcing every privileged action to map to a request, approval, time window, and expiry. That makes the audit trail coherent across teams and regions. It also reduces the number of long-lived entitlements that need periodic review. In multi-site infrastructure, the benefit is compounding: fewer standing permissions mean fewer exceptions to reconcile during audits.

Practical implication: Treat JIT as a control baseline for production access, especially where auditors expect proof of purpose and expiry.


Threat narrative

Attacker objective: The objective is to move through privileged infrastructure without creating attributable evidence that satisfies audit or incident review.

  1. Entry occurs through shared SSH keys, static credentials, or local users that cannot be attributed to a single identity.
  2. Escalation follows when standing admin access, shared jump boxes, or unscoped vendor sessions give the actor broader reach across hosts and clusters.
  3. Impact is audit failure and weak forensic confidence because the environment cannot prove who did what, where, and when.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Static credential sprawl is now an audit-risk multiplier, not just an operational nuisance. Multi-site environments accumulate exceptions across SSH, RDP, Kubernetes, BMC, and vendor access paths until no single control can explain the whole picture. That creates a governance failure because auditors need a continuous identity story, not a pile of disconnected logs. The practitioner conclusion is simple: if access cannot be attributed and expired cleanly, it is not auditable.

Identity-bound access is the only scalable answer to distributed infrastructure evidence. When one identity follows the engineer, workload, or agent across every system, the audit model becomes coherent enough for compliance and incident response. This is especially important where NHI populations are growing faster than manual credential hygiene can keep pace. The practitioner conclusion is to shift from asset-by-asset access management to identity-first access governance.

Auditability and least privilege are now the same control problem in different forms. If a team cannot prove access expiry, it usually cannot prove least-privilege either. That means modern compliance programs should evaluate whether the environment supports short-lived certificates, scoped session controls, and traceable approvals before they evaluate whether the logs are searchable. The practitioner conclusion is to make proof of access discipline a prerequisite for production access.

Multi-site compliance breaks when teams treat protocols as separate governance domains. SSH, Windows, Kubernetes, databases, and BMC interfaces may differ technically, but auditors care about the same outcome across all of them: attributable, bounded, reviewable access. The practitioner conclusion is to collapse protocol silos into one access and evidence model, or accept that the audit gap will persist at the weakest site.

From our research:

  • Systems with least-privileged AI access had a 17% incident rate vs 76% for over-privileged systems, organisations failing to scope AI access properly are 4.5x more likely to experience a security incident, according to the 2026 Infrastructure Identity Survey.
  • 69% of security leaders agree identity management must fundamentally shift to address agentic AI systems, according to the 2026 Infrastructure Identity Survey.
  • For a broader control baseline, review the NHI Lifecycle Management Guide for provisioning, rotation, and offboarding patterns that reduce audit gaps.

What this signals

Identity fragmentation will become the limiting factor in audit programmes before tool coverage does. Multi-site operators can collect more telemetry and still fail compliance if the evidence cannot be stitched to a single identity model. With 70% of organisations granting AI systems more access than they would give a human employee, the same over-privilege logic is already showing up in infrastructure governance. Teams should expect auditors to ask for identity-bound proof, not log volume.

Multi-site compliance is moving toward a continuous evidence model, not a quarterly scramble. That means access review, session recording, and approval workflows need to be linked before incident response or audit season forces the issue. The most practical next step is to align production access controls with NIST Cybersecurity Framework 2.0 govern and protect functions, then validate that every site can produce the same level of evidence.

Least privilege will matter more as AI-driven infrastructure operations expand. When autonomous systems, automation bots, and vendor sessions share the same infrastructure estate, the number of non-human actors multiplies quickly. The programme-level signal is to map NHI access to the same review discipline used for human privileged access, then extend it to machine identities with the Top 10 NHI Issues as a baseline.


For practitioners

  • Replace shared administrative credentials Eliminate shared SSH keys, shared service accounts, and static admin passwords in favour of identity-bound access that can be traced back to one person or workload. Prioritise the systems that auditors ask about most often, especially production hosts, BMC interfaces, and third-party vendor sessions.
  • Adopt short-lived certificates for privileged access Issue access at session time from a central identity provider and let it expire automatically when the task ends. This reduces standing privilege, simplifies offboarding, and gives audit teams a clearer record of purpose, duration, and approval.
  • Capture kernel-level activity for sensitive sessions Use syscall-level session recording for administrative workflows where terminal text alone cannot prove what happened. This is especially important when engineers run scripts, automated tooling, or chained commands that obscure the real operation.
  • Unify audit evidence across every site Send structured session records and access events into one queryable log plane so compliance reviews do not depend on site-by-site reconstruction. Include Linux, Windows, Kubernetes, database, and vendor access in the same evidence model, with the same retention and review rules.

Key takeaways

  • Multi-site compliance fails fastest where identity attribution breaks down across shared credentials, standing privilege, and fragmented logs.
  • Audit-ready evidence requires more than session recordings. It requires identity-bound access, time limits, and command-level traceability.
  • Practitioners should treat unified access governance as a production requirement, not a compliance afterthought, because the weakest site sets the audit bar.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.AC-4Least-privilege access and identity attribution are central to this article.
NIST CSF 2.0DE.CM-7Unified session logging supports continuous monitoring across sites and protocols.
OWASP Non-Human Identity Top 10NHI-03Static credentials and over-privilege are core NHI lifecycle risks in distributed estates.

Centralize structured audit events and validate that every protocol feeds the same monitoring plane.


Key terms

  • Identity-bound access: Access that is issued to a specific human, workload, or agent and can be traced back to that identity in logs and audit evidence. In NHI governance, this is the difference between knowing a credential was used and knowing exactly who or what performed the action.
  • Just-in-time access: A permission model where privileged access is created only when a task requires it and expires automatically when the task ends. For multi-site environments, it reduces standing privilege, limits blast radius, and gives auditors a clearer record of purpose and duration.
  • Kernel-level session recording: A recording method that captures system calls and low-level activity from the operating system rather than only terminal text. This gives auditors and responders a more complete record of what a privileged session actually changed, including child processes and network activity.
  • Standing privilege: Persistent elevated access that remains available outside the immediate task that justified it. It is a common audit weakness because it makes approval, expiry, and review difficult to prove, especially when access is shared across teams, sites, or vendors.

What's in the full article

Teleport's full blog post covers the operational detail this analysis intentionally leaves for the source:

  • Step-by-step examples of how short-lived certificates are mapped from SSO groups to infrastructure roles.
  • Implementation details for TPM-based machine joining and certificate-based Windows access.
  • eBPF session recording and structured audit log export patterns for SIEM pipelines.
  • A compliance mapping table covering SOC 2, ISO 27001, FedRAMP, HIPAA, NIS2, and DORA.

👉 Teleport's full post covers the logging, access, and compliance implementation details behind the framework.

Deepen your knowledge

Multi-site auditability, short-lived credentials, and identity-bound access are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If your programme is trying to replace shared credentials and fragmented logs, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-05-11.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org