1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
6 <refentry id="systemd.system-credentials" xmlns:xi="http://www.w3.org/2001/XInclude">
9 <title>systemd.system-credentials</title>
10 <productname>systemd</productname>
14 <refentrytitle>systemd.system-credentials</refentrytitle>
15 <manvolnum>7</manvolnum>
19 <refname>systemd.system-credentials</refname>
20 <refpurpose>System Credentials</refpurpose>
24 <title>Description</title>
26 <para><ulink url="https://systemd.io/CREDENTIALS">System and Service Credentials</ulink> are data objects
27 that may be passed into booted systems or system services as they are invoked. They can be acquired from
28 various external sources, and propagated into the system and from there into system services. Credentials
29 may optionally be encrypted with a machine-specific key and/or locked to the local TPM2 device, and are
30 only decrypted when the consuming service is invoked.</para>
32 <para>System credentials may be used to provision and configure various aspects of the system. Depending
33 on the consuming component credentials are only used on initial invocations or are needed for all
36 <para>Credentials may be used for any kind of data, binary or text, and may carry passwords, secrets,
37 certificates, cryptographic key material, identity information, configuration, and more.</para>
41 <title>Well known system credentials</title>
43 <variablelist class='system-credentials'>
45 <term><varname>firstboot.keymap</varname></term>
47 <para>The console key mapping to set (e.g. <literal>de</literal>). Read by
48 <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
49 and only honoured if no console keymap has been configured before.</para>
51 <xi:include href="version-info.xml" xpointer="v252"/>
56 <term><varname>firstboot.locale</varname></term>
57 <term><varname>firstboot.locale-messages</varname></term>
59 <para>The system locale to set (e.g. <literal>de_DE.UTF-8</literal>). Read by
60 <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
61 and only honoured if no locale has been configured before. <varname>firstboot.locale</varname> sets
62 <literal>LANG</literal>, while <varname>firstboot.locale-message</varname> sets
63 <literal>LC_MESSAGES</literal>.</para>
65 <xi:include href="version-info.xml" xpointer="v252"/>
70 <term><varname>firstboot.timezone</varname></term>
72 <para>The system timezone to set (e.g. <literal>Europe/Berlin</literal>). Read by
73 <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
74 and only honoured if no system timezone has been configured before.</para>
76 <xi:include href="version-info.xml" xpointer="v252"/>
81 <term><varname>login.issue</varname></term>
83 <para>The data of this credential is written to
84 <filename>/etc/issue.d/50-provision.conf</filename>, if the file doesn't exist yet.
85 <citerefentry project='man-pages'><refentrytitle>agetty</refentrytitle><manvolnum>8</manvolnum></citerefentry>
86 reads this file and shows its contents at the login prompt of terminal logins. See
87 <citerefentry project='man-pages'><refentrytitle>issue</refentrytitle><manvolnum>5</manvolnum></citerefentry>
90 <para>Consumed by <filename>/usr/lib/tmpfiles.d/provision.conf</filename>, see
91 <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
93 <xi:include href="version-info.xml" xpointer="v252"/>
98 <term><varname>login.motd</varname></term>
100 <para>The data of this credential is written to <filename>/etc/motd.d/50-provision.conf</filename>,
101 if the file doesn't exist yet.
102 <citerefentry project='man-pages'><refentrytitle>pam_motd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
103 reads this file and shows its contents as "message of the day" during terminal logins. See
104 <citerefentry project='man-pages'><refentrytitle>motd</refentrytitle><manvolnum>5</manvolnum></citerefentry>
107 <para>Consumed by <filename>/usr/lib/tmpfiles.d/provision.conf</filename>, see
108 <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
110 <xi:include href="version-info.xml" xpointer="v252"/>
115 <term><varname>network.hosts</varname></term>
117 <para>The data of this credential is written to <filename>/etc/hosts</filename>, if the file
118 doesn't exist yet. See
119 <citerefentry project='man-pages'><refentrytitle>hosts</refentrytitle><manvolnum>5</manvolnum></citerefentry>
122 <para>Consumed by <filename>/usr/lib/tmpfiles.d/provision.conf</filename>, see
123 <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
125 <xi:include href="version-info.xml" xpointer="v252"/>
130 <term><varname>network.dns</varname></term>
131 <term><varname>network.search_domains</varname></term>
133 <para>DNS server information and search domains. Read by
134 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
136 <xi:include href="version-info.xml" xpointer="v253"/>
141 <term><varname>passwd.hashed-password.root</varname></term>
142 <term><varname>passwd.plaintext-password.root</varname></term>
144 <para>May contain the password (either in UNIX hashed format, or in plaintext) for the root users.
146 <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>
148 <citerefentry><refentrytitle>systemd-sysusers</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
149 and only honoured if no root password has been configured before.</para>
151 <xi:include href="version-info.xml" xpointer="v252"/>
156 <term><varname>passwd.shell.root</varname></term>
158 <para>The path to the shell program (e.g. <literal>/bin/bash</literal>) for the root user. Read by
160 <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>
162 <citerefentry><refentrytitle>systemd-sysusers</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
163 and only honoured if no root shell has been configured before.</para>
165 <xi:include href="version-info.xml" xpointer="v252"/>
170 <term><varname>ssh.authorized_keys.root</varname></term>
172 <para>The data of this credential is written to <filename>/root/.ssh/authorized_keys</filename>, if
173 the file doesn't exist yet. This allows provisioning SSH access for the system's root user.</para>
175 <para>Consumed by <filename>/usr/lib/tmpfiles.d/provision.conf</filename>, see
176 <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
178 <xi:include href="version-info.xml" xpointer="v252"/>
183 <term><varname>sysusers.extra</varname></term>
186 <citerefentry><refentrytitle>sysusers.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
187 lines to process during boot.</para>
189 <xi:include href="version-info.xml" xpointer="v252"/>
194 <term><varname>sysctl.extra</varname></term>
197 <citerefentry><refentrytitle>sysctl.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> lines
198 to process during boot.</para>
200 <xi:include href="version-info.xml" xpointer="v252"/>
205 <term><varname>tmpfiles.extra</varname></term>
208 <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
209 lines to process during boot.</para>
211 <xi:include href="version-info.xml" xpointer="v252"/>
216 <term><varname>fstab.extra</varname></term>
219 <para>Additional mounts to establish at boot. For details, see
220 <citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
222 <xi:include href="version-info.xml" xpointer="v254"/>
227 <term><varname>vconsole.keymap</varname></term>
228 <term><varname>vconsole.keymap_toggle</varname></term>
229 <term><varname>vconsole.font</varname></term>
230 <term><varname>vconsole.font_map</varname></term>
231 <term><varname>vconsole.font_unimap</varname></term>
233 <para>Console settings to apply, see
234 <citerefentry><refentrytitle>systemd-vconsole-setup.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details.</para>
236 <xi:include href="version-info.xml" xpointer="v253"/>
241 <term><varname>getty.ttys.serial</varname></term>
242 <term><varname>getty.ttys.container</varname></term>
244 <listitem><para>Used for spawning additional login prompts, see
245 <citerefentry><refentrytitle>systemd-getty-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details.</para>
247 <xi:include href="version-info.xml" xpointer="v254"/></listitem>
251 <term><varname>vmm.notify_socket</varname></term>
254 <citerefentry><refentrytitle>sd_notify</refentrytitle><manvolnum>3</manvolnum></citerefentry>
255 compatible <constant>AF_VSOCK</constant> socket the service manager will report status information,
256 ready notification and exit status on. For details see
257 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
259 <xi:include href="version-info.xml" xpointer="v253"/>
264 <term><varname>system.machine_id</varname></term>
266 <para>Takes a 128bit ID to initialize the machine ID from (if it is not set yet). Interpreted by
267 the service manager (PID 1). For details see
268 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
270 <xi:include href="version-info.xml" xpointer="v254"/>
277 <title>See Also</title>
279 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
280 <citerefentry><refentrytitle>kernel-command-line</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
281 <citerefentry><refentrytitle>smbios-type-11</refentrytitle><manvolnum>7</manvolnum></citerefentry>