]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Document new systemd credentials support for agetty and login
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 16 Apr 2023 13:05:15 +0000 (15:05 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 16 Apr 2023 13:05:15 +0000 (15:05 +0200)
login-utils/login.1.adoc
term-utils/agetty.8.adoc

index a3404f365b08e43c44e37a54cf3cec0bec0227e7..ee8559b51a8a7ed59ab40a72b7a639eeb31e0f5a 100644 (file)
@@ -148,6 +148,14 @@ _/etc/pam.d/remote_,
 _/etc/hushlogins_,
 _$HOME/.hushlogin_
 
+== CREDENTIALS
+
+*login* supports configuration via systemd credentials (see https://systemd.io/CREDENTIALS/). *login* reads the following systemd credentials:
+
+*login.noauth* (boolean)::
+
+If set, configures *login* to skip login authentication, similarly to the *-f* option.
+
 == BUGS
 
 The undocumented BSD *-r* option is not supported. This may be required by some *rlogind*(8) programs.
index 7a298f723f9ee3eea0e6436afdae011e9fca957c..f584187048f3361bc7e4312ea0a3b0cd495ff48f 100644 (file)
@@ -319,6 +319,14 @@ problem reports (if *syslog*(3) is not used).
 _/etc/inittab_::
 *init*(8) configuration file for SysV-style init daemon.
 
+== CREDENTIALS
+
+*agetty* supports configuration via systemd credentials (see https://systemd.io/CREDENTIALS/). *agetty* reads the following systemd credentials:
+
+*agetty.autologin* (string)::
+
+If set, configures *agetty* to automatically log in the specified user without asking for a username or password, similarly to the *--autologin* option.
+
 == BUGS
 
 The baud-rate detection feature (the *--extract-baud* option) requires that *agetty* be scheduled soon enough after completion of a dial-in call (within 30 ms with modems that talk at 2400 baud). For robustness, always use the *--extract-baud* option in combination with a multiple baud rate command-line argument, so that BREAK processing is enabled.