]> git.proxmox.com Git - systemd.git/blame - man/systemd-tty-ask-password-agent.1
Imported Upstream version 217
[systemd.git] / man / systemd-tty-ask-password-agent.1
CommitLineData
14228c0d 1'\" t
5eef597e 2.TH "SYSTEMD\-TTY\-ASK\-PASSWORD\-AGENT" "1" "" "systemd 217" "systemd-tty-ask-password-agent"
14228c0d
MB
3.\" -----------------------------------------------------------------
4.\" * Define some portability stuff
5.\" -----------------------------------------------------------------
6.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7.\" http://bugs.debian.org/507673
8.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10.ie \n(.g .ds Aq \(aq
11.el .ds Aq '
12.\" -----------------------------------------------------------------
13.\" * set default formatting
14.\" -----------------------------------------------------------------
15.\" disable hyphenation
16.nh
17.\" disable justification (adjust text to left margin only)
18.ad l
19.\" -----------------------------------------------------------------
20.\" * MAIN CONTENT STARTS HERE *
21.\" -----------------------------------------------------------------
22.SH "NAME"
23systemd-tty-ask-password-agent \- List or process pending systemd password requests
24.SH "SYNOPSIS"
25.HP \w'\fBsystemd\-tty\-ask\-password\-agent\ \fR\fB[OPTIONS...]\fR\fB\ \fR\fB[VARIABLE=VALUE...]\fR\ 'u
26\fBsystemd\-tty\-ask\-password\-agent \fR\fB[OPTIONS...]\fR\fB \fR\fB[VARIABLE=VALUE...]\fR
27.SH "DESCRIPTION"
28.PP
29\fBsystemd\-tty\-ask\-password\-agent\fR
30is 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\&.
31.PP
32\fBsystemd\-tty\-ask\-password\-agent\fR
33implements the
34\m[blue]\fBPassword Agents Specification\fR\m[]\&\s-2\u[1]\d\s+2\&.
35.SH "OPTIONS"
36.PP
37The following options are understood:
38.PP
14228c0d
MB
39\fB\-\-list\fR
40.RS 4
41Lists all currently pending system password requests\&.
42.RE
43.PP
44\fB\-\-query\fR
45.RS 4
46Process all currently pending system password requests by querying the user on the calling TTY\&.
47.RE
48.PP
49\fB\-\-watch\fR
50.RS 4
51Continuously process password requests\&.
52.RE
53.PP
54\fB\-\-wall\fR
55.RS 4
56Forward password requests to
57\fBwall\fR(1)
58instead of querying the user on the calling TTY\&.
59.RE
60.PP
61\fB\-\-plymouth\fR
62.RS 4
63Ask question with
64\fBplymouth\fR(8)
65instead of querying the user on the calling TTY\&.
66.RE
67.PP
68\fB\-\-console\fR
69.RS 4
70Ask question on
71/dev/console
72instead of querying the user on the calling TTY\&.
73.RE
60f067b4
JS
74.PP
75\fB\-h\fR, \fB\-\-help\fR
76.RS 4
77Print a short help text and exit\&.
78.RE
79.PP
80\fB\-\-version\fR
81.RS 4
82Print a short version string and exit\&.
83.RE
14228c0d
MB
84.SH "EXIT STATUS"
85.PP
60f067b4 86On success, 0 is returned, a non\-zero failure code otherwise\&.
14228c0d
MB
87.SH "SEE ALSO"
88.PP
89\fBsystemd\fR(1),
90\fBsystemctl\fR(1),
91\fBsystemd-ask-password-console.service\fR(8),
92\fBwall\fR(1),
93\fBplymouth\fR(8)
94.SH "NOTES"
95.IP " 1." 4
96Password Agents Specification
97.RS 4
98\%http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
99.RE