diff options
author | Christian Breunig <christian@breunig.cc> | 2025-05-29 14:19:13 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-05-29 14:19:13 +0200 |
commit | f5ee81a3bbf1c5a9e5c2b8f512d12f040fcaa3cd (patch) | |
tree | ac9c6b2cf8a5242bfcf1507a3c2ee2184b813355 /docs/configuration/system | |
parent | 86a282ecd049ce4aa25e5fd7b776423f96d7ce9c (diff) | |
download | vyos-documentation-f5ee81a3bbf1c5a9e5c2b8f512d12f040fcaa3cd.tar.gz vyos-documentation-f5ee81a3bbf1c5a9e5c2b8f512d12f040fcaa3cd.zip |
ssh: T6013: add example how to use a CA for system loginssh-ca
Diffstat (limited to 'docs/configuration/system')
-rw-r--r-- | docs/configuration/system/login.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst index 3a7481eb..1c4e041d 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/login.rst @@ -34,6 +34,13 @@ Local Setup encrypted password for given username. This is useful for transferring a hashed password from system to system. +.. cfgcmd:: set system login user <name> authentication principal <principal> + + When using SSH certificate based authentication, define which principals are + alled to use this account. + + If unset, the principal will be set to the login name of the user bz default. + .. cfgcmd:: set system login user <name> disable Disable (lock) account. User will not be able to log in. |