table of contents
SYSTEMD.SYSTEM-CREDENTIALS(7) | systemd.system-credentials | SYSTEMD.SYSTEM-CREDENTIALS(7) |
NAME¶
systemd.system-credentials - System Credentials
DESCRIPTION¶
System and Service Credentials[1] are data objects that may be passed into booted systems or system services as they are invoked. They can be acquired from various external sources, and propagated into the system and from there into system services. Credentials may optionally be encrypted with a machine-specific key and/or locked to the local TPM2 device, and are only decrypted when the consuming service is invoked.
System credentials may be used to provision and configure various aspects of the system. Depending on the consuming component credentials are only used on initial invocations or are needed for all invocations.
Credentials may be used for any kind of data, binary or text, and may carry passwords, secrets, certificates, cryptographic key material, identity information, configuration, and more.
WELL KNOWN SYSTEM CREDENTIALS¶
firstboot.keymap
firstboot.locale, firstboot.locale-message
firstboot.timezone
login.issue
Consumed by /usr/lib/tmpfiles.d/provision.conf, see tmpfiles.d(5).
login.motd
Consumed by /usr/lib/tmpfiles.d/provision.conf, see tmpfiles.d(5).
network.hosts
Consumed by /usr/lib/tmpfiles.d/provision.conf, see tmpfiles.d(5).
passwd.hashed-password.root, passwd.plaintext-password.root
passwd.shell.root
ssh.authorized_keys.root
Consumed by /usr/lib/tmpfiles.d/provision.conf, see tmpfiles.d(5).
sysusers.extra
sysctl.extra
tmpfiles.extra
SEE ALSO¶
NOTES¶
- 1.
- System and Service Credentials
systemd 252 |