]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-ask-password.xml
Merge pull request #18990 from yuwata/network-dhcpv6-use-domains
[thirdparty/systemd.git] / man / systemd-ask-password.xml
CommitLineData
514094f9 1<?xml version='1.0'?>
3a54a157 2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
12b42c76 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
db9ecf05 4<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
f3bc7fdc 5
dfdebb1b 6<refentry id="systemd-ask-password"
798d3a52
ZJS
7 xmlns:xi="http://www.w3.org/2001/XInclude">
8
9 <refentryinfo>
10 <title>systemd-ask-password</title>
11 <productname>systemd</productname>
798d3a52
ZJS
12 </refentryinfo>
13
14 <refmeta>
15 <refentrytitle>systemd-ask-password</refentrytitle>
16 <manvolnum>1</manvolnum>
17 </refmeta>
18
19 <refnamediv>
20 <refname>systemd-ask-password</refname>
21 <refpurpose>Query the user for a system password</refpurpose>
22 </refnamediv>
23
24 <refsynopsisdiv>
25 <cmdsynopsis>
26 <command>systemd-ask-password <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt">MESSAGE</arg></command>
27 </cmdsynopsis>
28 </refsynopsisdiv>
29
30 <refsect1>
31 <title>Description</title>
32
33 <para><command>systemd-ask-password</command> may be used to query
34 a system password or passphrase from the user, using a question
35 message specified on the command line. When run from a TTY it will
36 query a password on the TTY and print it to standard output. When
c65aafbb
ZJS
37 run with no TTY or with <option>--no-tty</option> it will use the
38 system-wide query mechanism, which allows active users to respond via
39 several agents, listed below.</para>
798d3a52
ZJS
40
41 <para>The purpose of this tool is to query system-wide passwords
ccddd104 42 — that is passwords not attached to a specific user account.
798d3a52
ZJS
43 Examples include: unlocking encrypted hard disks when they are
44 plugged in or at boot, entering an SSL certificate passphrase for
45 web and VPN servers.</para>
46
e287086b
LP
47 <para>Existing agents are:
48 <itemizedlist>
49
50 <listitem><para>A boot-time password agent asking the user for
c65aafbb
ZJS
51 passwords using
52 <citerefentry project='die-net'><refentrytitle>plymouth</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
53 </para></listitem>
e287086b
LP
54
55 <listitem><para>A boot-time password agent querying the user
c65aafbb
ZJS
56 directly on the console —
57 <citerefentry><refentrytitle>systemd-ask-password-console.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
58 </para></listitem>
e287086b
LP
59
60 <listitem><para>An agent requesting password input via a
c65aafbb
ZJS
61 <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>
62 message —
63 <citerefentry><refentrytitle>systemd-ask-password-wall.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
64 </para></listitem>
e287086b
LP
65
66 <listitem><para>A TTY agent that is temporarily spawned during
67 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
c65aafbb
ZJS
68 invocations,</para></listitem>
69
70 <listitem><para>A command line agent which can be started
71 temporarily to process queued password
72 requests — <command>systemd-tty-ask-password-agent --query</command>.
73 </para></listitem>
e287086b 74 </itemizedlist></para>
798d3a52 75
c65aafbb
ZJS
76 <para>Answering system-wide password queries is a privileged operation, hence
77 all the agents listed above (except for the last one), run as privileged
78 system services. The last one also needs elevated privileges, so
79 should be run through
80 <citerefentry project='die-net'><refentrytitle>sudo</refentrytitle><manvolnum>8</manvolnum></citerefentry>
81 or similar.</para>
82
798d3a52 83 <para>Additional password agents may be implemented according to
f856778b 84 the <ulink url="https://systemd.io/PASSWORD_AGENTS/">systemd Password Agent
85 Specification</ulink>.</para>
798d3a52
ZJS
86
87 <para>If a password is queried on a TTY, the user may press TAB to
88 hide the asterisks normally shown for each character typed.
89 Pressing Backspace as first key achieves the same effect.</para>
90
91 </refsect1>
92
93 <refsect1>
94 <title>Options</title>
95
96 <para>The following options are understood:</para>
97
98 <variablelist>
99 <varlistentry>
100 <term><option>--icon=</option></term>
101
102 <listitem><para>Specify an icon name alongside the password
103 query, which may be used in all agents supporting graphical
104 display. The icon name should follow the <ulink
105 url="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">XDG
106 Icon Naming Specification</ulink>.</para></listitem>
107 </varlistentry>
108
e287086b
LP
109 <varlistentry>
110 <term><option>--id=</option></term>
111 <listitem><para>Specify an identifier for this password
112 query. This identifier is freely choosable and allows
113 recognition of queries by involved agents. It should include
114 the subsystem doing the query and the specific object the
115 query is done for. Example:
116 <literal>--id=cryptsetup:/dev/sda5</literal>.</para></listitem>
117 </varlistentry>
118
119 <varlistentry>
120 <term><option>--keyname=</option></term>
121 <listitem><para>Configure a kernel keyring key name to use as
122 cache for the password. If set, then the tool will try to push
123 any collected passwords into the kernel keyring of the root
124 user, as a key of the specified name. If combined with
b938cb90 125 <option>--accept-cached</option>, it will also try to retrieve
a8eaaee7 126 such cached passwords from the key in the kernel keyring
b938cb90 127 instead of querying the user right away. By using this option,
e287086b
LP
128 the kernel keyring may be used as effective cache to avoid
129 repeatedly asking users for passwords, if there are multiple
130 objects that may be unlocked with the same password. The
131 cached key will have a timeout of 2.5min set, after which it
132 will be purged from the kernel keyring. Note that it is
133 possible to cache multiple passwords under the same keyname,
6b44ad0b 134 in which case they will be stored as <constant>NUL</constant>-separated list of
e287086b 135 passwords. Use
524f3e5c 136 <citerefentry project='die-net'><refentrytitle>keyctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
e287086b
LP
137 to access the cached key via the kernel keyring
138 directly. Example: <literal>--keyname=cryptsetup</literal></para></listitem>
139 </varlistentry>
140
8806bb4b
LP
141 <varlistentry>
142 <term><option>--credential=</option></term>
143 <listitem><para>Configure a credential to read the password from – if it exists. This may be used in
144 conjunction with the <varname>LoadCredential=</varname> and <varname>SetCredential=</varname>
145 settings in unit files. See
146 <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
147 details. If not specified, defaults to <literal>password</literal>. This option has no effect if no
148 credentials directory is passed to the program (i.e. <varname>$CREDENTIALS_DIRECTORY</varname> is not
149 set) or if the no credential of the specified name exists.</para></listitem>
150 </varlistentry>
151
798d3a52
ZJS
152 <varlistentry>
153 <term><option>--timeout=</option></term>
154
155 <listitem><para>Specify the query timeout in seconds. Defaults
156 to 90s. A timeout of 0 waits indefinitely. </para></listitem>
157 </varlistentry>
158
159 <varlistentry>
160 <term><option>--echo</option></term>
161
162 <listitem><para>Echo the user input instead of masking it.
163 This is useful when using
164 <filename>systemd-ask-password</filename> to query for
165 usernames. </para></listitem>
166 </varlistentry>
167
168 <varlistentry>
169 <term><option>--no-tty</option></term>
170
171 <listitem><para>Never ask for password on current TTY even if
172 one is available. Always use agent system.</para></listitem>
173 </varlistentry>
174
175 <varlistentry>
176 <term><option>--accept-cached</option></term>
177
178 <listitem><para>If passed, accept cached passwords, i.e.
a8eaaee7 179 passwords previously entered.</para></listitem>
798d3a52
ZJS
180 </varlistentry>
181
182 <varlistentry>
183 <term><option>--multiple</option></term>
184
185 <listitem><para>When used in conjunction with
186 <option>--accept-cached</option> accept multiple passwords.
187 This will output one password per line.</para></listitem>
188 </varlistentry>
189
a5a4e365
CH
190 <varlistentry>
191 <term><option>--no-output</option></term>
192
a5201ed6
LP
193 <listitem><para>Do not print passwords to standard output.
194 This is useful if you want to store a password in kernel
195 keyring with <option>--keyname</option> but do not want it
196 to show up on screen or in logs.</para></listitem>
a5a4e365
CH
197 </varlistentry>
198
798d3a52
ZJS
199 <xi:include href="standard-options.xml" xpointer="help" />
200 </variablelist>
201
202 </refsect1>
203
204 <refsect1>
205 <title>Exit status</title>
206
207 <para>On success, 0 is returned, a non-zero failure code
208 otherwise.</para>
209 </refsect1>
210
211 <refsect1>
212 <title>See Also</title>
213 <para>
214 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
c65aafbb 215 <citerefentry><refentrytitle>systemd-ask-password-console.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
3f1dc090 216 <citerefentry><refentrytitle>systemd-tty-ask-password-agent</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
524f3e5c 217 <citerefentry project='die-net'><refentrytitle>keyctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
798d3a52
ZJS
218 <citerefentry project='die-net'><refentrytitle>plymouth</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
219 <citerefentry project='man-pages'><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>
220 </para>
221 </refsect1>
f3bc7fdc
LP
222
223</refentry>