diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-08-18 09:33:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-08-25 18:14:55 +0200 |
commit | 05c8e12c4729a8965079aed63e82799d3023c6a8 (patch) | |
tree | d3149cebc5d0221c8dea82caf857e9fba7c4e035 /man/homectl.xml | |
parent | docs: document new recovery key user record fields (diff) | |
download | systemd-05c8e12c4729a8965079aed63e82799d3023c6a8.tar.xz systemd-05c8e12c4729a8965079aed63e82799d3023c6a8.zip |
man: document new homectl --recovery-key= switch
Diffstat (limited to 'man/homectl.xml')
-rw-r--r-- | man/homectl.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/homectl.xml b/man/homectl.xml index f2e9879930..4c792ca8cb 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -377,6 +377,16 @@ </varlistentry> <varlistentry> + <term><option>--recovery-key=</option><replaceable>BOOL</replaceable></term> + + <listitem><para>Accepts a boolean argument. If enabled a recovery key is configured for the + account. A recovery key is a computer generated access key that may be used to regain access to an + account if the password has been forgotten or the authentication token lost. The key is generated and + shown on screen, and should be printed or otherwise transferred to a secure location. A recovery key + may be entered instead of a regular password to unlock the account.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--locked=</option><replaceable>BOOLEAN</replaceable></term> <listitem><para>Takes a boolean argument. Specifies whether this user account shall be locked. If |