V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -855,7 +855,7 @@ user:
|
||||
tty: true # Allow TTY (local console) login.
|
||||
password: true # Allow password login. SSH password login is always disabled.
|
||||
2fa:
|
||||
ssh: false # Require 2FA for SSH access.
|
||||
ssh: false # Require 2FA for SSH access. MUST be either 'true' or 'false' for both ssh and tty.
|
||||
tty: false # Require 2FA for TTY (local console) login.
|
||||
privileges:
|
||||
description: "Root user with full system access and administrative privileges."
|
||||
@@ -885,7 +885,7 @@ user:
|
||||
tty: true # Allow TTY (local console) login.
|
||||
password: true # Allow password login. SSH password login is always disabled.
|
||||
2fa:
|
||||
ssh: false # Require 2FA for SSH access.
|
||||
ssh: false # Require 2FA for SSH access. MUST be either 'true' or 'false' for both ssh and tty.
|
||||
tty: false # Require 2FA for TTY (local console) login.
|
||||
privileges:
|
||||
description: "Primary admin user with full sudo access and interactive login."
|
||||
@@ -915,7 +915,7 @@ user:
|
||||
tty: false # Allow TTY (local console) login.
|
||||
password: false # Allow password login. SSH password login is always disabled.
|
||||
2fa:
|
||||
ssh: false # Require 2FA for SSH access.
|
||||
ssh: false # Require 2FA for SSH access. MUST be either 'true' or 'false' for both ssh and tty.
|
||||
tty: false # Require 2FA for TTY (local console) login.
|
||||
privileges:
|
||||
description: "Ansible automation user with sudo, key-only SSH, no TTY."
|
||||
|
||||
Reference in New Issue
Block a user