Central permissions
Designed to show and manage which verified users have permission to access each Flotte-managed server.
Control eligibility for SSH access to core infrastructure from one place, update it during offboarding, and maintain useful operational records.
Flotte's scope is limited to SSH-based access to servers managed through the product.
Short-lived access
Configurable certificate lifetime
Identity connected
OIDC integration with provider MFA
Access overview
Permissions and issuance records
What the legislation says
Article 21(2) of the NIS2 Directive includes access-control policies and asset management. It also includes, where appropriate, multi-factor or continuous authentication and secured communications among its cybersecurity risk-management measures.
The appropriate and proportionate measures depend on the entity, sector, jurisdiction, risk profile, and national implementation. Flotte focuses on the server-access controls relevant to its product scope.
Scope matters
EU Implementing Regulation 2024/2690 contains more detailed access-rights requirements for specified digital and ICT-service entities. Applicability depends on the type and scope of the organisation.
The access gap
For many organisations, answering means asking the infrastructure team to inspect every server, identify old credentials, find their owners, and reconcile them against employee and supplier records.
A written offboarding policy alone may not demonstrate effective implementation if a former employee's key remains on in-scope machines.
$ ssh prod-01
$ cat ~/.ssh/authorized_keys
ssh-ed25519 AAAAC3... alice@company
ssh-ed25519 AAABC3... laptop
# Who owns “laptop”?
# Jeff left three months ago. Is this his key?
# 29 more production servers to check
Why passwords do not solve it
Passwords can authenticate knowledge of a secret, but a shared password does not establish an individual identity. Once copied into a password manager, script, ticket, or chat, there is no reliable way to know who still has it.
When someone leaves, disabling their company account does not erase a password they already know. The organisation must rotate it everywhere it was used, update every dependent automation, and prove that no unmanaged copy remains.
Identity-based access changes the model
Flotte is designed so each person authenticates through the company identity provider and receives a short-lived certificate. Removing eligibility disables future issuance without coordinating a shared secret rotation across the fleet Flotte.
From policy to control
Flotte is designed to give teams a current view of who is eligible to access each managed server, instead of requiring them to reconstruct who received public keys and shared passwords.
Designed to show and manage which verified users have permission to access each Flotte-managed server.
Designed to connect server access to your company identity provider and its authentication policies.
Designed to replace open-ended credentials with short-lived access that expires automatically.
Designed to stop future certificate issuance centrally; certificates already issued would remain valid until their configured expiry.
Designed to show current permissions for managed servers and certificate issuance recorded by Flotte.
Designed for deployment within infrastructure operated by your team.
NIS2 to Flotte
This mapping connects common infrastructure-access risks to Flotte capabilities. Certificate lifetimes are configurable, while MFA is governed by the configured identity provider and the organisation's authentication policy.
Review identity, expiry, MFA, offboarding, supplier access, and supporting records before the next management review, audit, or customer questionnaire.
Download the free checklistauthorized_keys, one control at a time.