From 55944e5e40b1be2afc4855d8d2baf4b73d1876b5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:49:52 +0200 Subject: Adding upstream version 255.4. Signed-off-by: Daniel Baumann --- man/systemd-tty-ask-password-agent.xml | 138 +++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 man/systemd-tty-ask-password-agent.xml (limited to 'man/systemd-tty-ask-password-agent.xml') diff --git a/man/systemd-tty-ask-password-agent.xml b/man/systemd-tty-ask-password-agent.xml new file mode 100644 index 0000000..864dff3 --- /dev/null +++ b/man/systemd-tty-ask-password-agent.xml @@ -0,0 +1,138 @@ + + + + + + + + systemd-tty-ask-password-agent + systemd + + + + systemd-tty-ask-password-agent + 1 + + + + systemd-tty-ask-password-agent + List or process pending systemd password requests + + + + + systemd-tty-ask-password-agent + OPTIONS + VARIABLE=VALUE + + + + + Description + + systemd-tty-ask-password-agent is a + password agent that handles password requests of the system, for + example for hard disk encryption passwords or SSL certificate + passwords that need to be queried at boot-time or during + runtime. + + systemd-tty-ask-password-agent implements + the Password Agents + Specification, and is one of many possible response agents which + answer to queries formulated with + systemd-ask-password1. + + + + + Options + + The following options are understood: + + + + + + Lists all currently pending system password requests. + + + + + + + + Process all currently pending system password + requests by querying the user on the calling + TTY. + + + + + + + + Continuously process password + requests. + + + + + + + + Forward password requests to + wall1 + instead of querying the user on the calling + TTY. + + + + + + + + Ask question with + plymouth8 + instead of querying the user on the calling + TTY. + + + + + + =DEVICE + + Ask question on TTY DEVICE instead of querying the user on + the calling TTY. If DEVICE is not specified, + /dev/console will be used. + + + + + + + + + + + + Exit status + + On success, 0 is returned, a non-zero failure + code otherwise. + + + + See Also + + systemd1, + systemctl1, + systemd-ask-password-console.service8, + wall1, + plymouth8 + + + + -- cgit v1.2.3