diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/systemd-ask-password.1')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/systemd-ask-password.1 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/systemd-ask-password.1 b/upstream/opensuse-tumbleweed/man1/systemd-ask-password.1 index 2dde022c..8583162a 100644 --- a/upstream/opensuse-tumbleweed/man1/systemd-ask-password.1 +++ b/upstream/opensuse-tumbleweed/man1/systemd-ask-password.1 @@ -1,5 +1,5 @@ '\" t -.TH "SYSTEMD\-ASK\-PASSWORD" "1" "" "systemd 254" "systemd-ask-password" +.TH "SYSTEMD\-ASK\-PASSWORD" "1" "" "systemd 255" "systemd-ask-password" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -120,6 +120,8 @@ Specify an icon name alongside the password query, which may be used in all agen .RS 4 Specify an identifier for this password query\&. This identifier is freely choosable and allows recognition of queries by involved agents\&. It should include the subsystem doing the query and the specific object the query is done for\&. Example: "\-\-id=cryptsetup:/dev/sda5"\&. +.sp +Added in version 227\&. .RE .PP \fB\-\-keyname=\fR @@ -130,6 +132,8 @@ Configure a kernel keyring key name to use as cache for the password\&. If set, \fBkeyctl\fR(1) to access the cached key via the kernel keyring directly\&. Example: "\-\-keyname=cryptsetup" +.sp +Added in version 227\&. .RE .PP \fB\-\-credential=\fR @@ -145,6 +149,8 @@ for details\&. If not specified, defaults to "password"\&. This option has no effect if no credentials directory is passed to the program (i\&.e\&. \fI$CREDENTIALS_DIRECTORY\fR is not set) or if the no credential of the specified name exists\&. +.sp +Added in version 249\&. .RE .PP \fB\-\-timeout=\fR @@ -157,12 +163,16 @@ Specify the query timeout in seconds\&. Defaults to 90s\&. A timeout of 0 waits Controls whether to echo user input\&. Takes a boolean or the special string "masked", the default being the latter\&. If enabled the typed characters are echoed literally, which is useful for prompting for usernames and other non\-protected data\&. If disabled the typed characters are not echoed in any form, the user will not get feedback on their input\&. If set to "masked", an asterisk ("*") is echoed for each character typed\&. In this mode, if the user hits the tabulator key ("↹"), echo is turned off\&. (Alternatively, if the user hits the backspace key ("⌫") while no data has been entered otherwise, echo is turned off, too)\&. +.sp +Added in version 249\&. .RE .PP \fB\-\-echo\fR, \fB\-e\fR .RS 4 Equivalent to \fB\-\-echo=yes\fR, see above\&. +.sp +Added in version 217\&. .RE .PP \fB\-\-emoji=yes|no|auto\fR @@ -172,6 +182,8 @@ Controls whether or not to prefix the query with a lock and key emoji (🔐), if "yes", unless \fB\-\-echo=yes\fR is given\&. +.sp +Added in version 249\&. .RE .PP \fB\-\-no\-tty\fR @@ -196,6 +208,8 @@ accept multiple passwords\&. This will output one password per line\&. Do not print passwords to standard output\&. This is useful if you want to store a password in kernel keyring with \fB\-\-keyname=\fR but do not want it to show up on screen or in logs\&. +.sp +Added in version 230\&. .RE .PP \fB\-n\fR @@ -205,6 +219,8 @@ By default, when the acquired password is written to standard output it is suffi switch, similarly to the switch of the same name of the \fBecho\fR(1) command\&. +.sp +Added in version 249\&. .RE .PP \fB\-h\fR, \fB\-\-help\fR |