]> git.ipfire.org Git - thirdparty/systemd.git/commit
userdbctl: enable ssh-authorized-keys logic by default
authorLennart Poettering <lennart@poettering.net>
Thu, 16 Nov 2023 17:47:52 +0000 (18:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 Dec 2023 21:11:04 +0000 (22:11 +0100)
commit7e3607996a5df22799dd092526c78b5bd7e245f4
tree9c7f3c005ab3a8599eb19d581f7af1b480fbbc31
parentffc1ec73b3a271d8ed59b3aef18cc5b42ec76579
userdbctl: enable ssh-authorized-keys logic by default

sshd now supports config file drop-ins, hence let's install one to hook
up "userdb ssh-authorized-keys", so that things just work.

We put the drop-in relatively early, so that other drop-ins generally
will override this.

Ideally sshd would support such drop-ins in /usr/ rather than /etc/, but
let's take what we can get. It's not that sshd's upstream was
particularly open to weird ideas from Linux people.
TODO
meson.build
meson_options.txt
src/userdb/20-systemd-userdb.conf.in [new file with mode: 0644]
src/userdb/meson.build
tmpfiles.d/20-systemd-userdb.conf.in [new file with mode: 0644]
tmpfiles.d/meson.build