diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-07 15:26:21 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-07 15:26:24 +0200 |
commit | a9987de62c1233a6b1b63e2ee6c06601bbb6d2f9 (patch) | |
tree | 2c8c588a7ea3e43d0e0094bab040d44f9375a6b1 /NEWS | |
parent | man/varlinkctl: fix typo (diff) | |
download | systemd-a9987de62c1233a6b1b63e2ee6c06601bbb6d2f9.tar.xz systemd-a9987de62c1233a6b1b63e2ee6c06601bbb6d2f9.zip |
NEWS: fix typo
Follow-up for 7a3a49386cc49d3971531ea24efb84232c05cc86.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -536,10 +536,10 @@ CHANGES WITH 256: of sshd_config. Note that sshd only allows a single command to be configured this way, hence this drop-in might conflict with other uses of the logic. It is possible to chainload another, similar tool - of another subystem via the --chain switch of userdbctl, to support + of another subsystem via the --chain switch of userdbctl, to support both in parallel. See the "INTEGRATION WITH SSH" section in userdbctl(1) for details on this. Our recommendation how to combine - other subsystem's use of the SSH authroized keys logic with systemd's + other subsystem's use of the SSH authorized keys logic with systemd's userbctl functionality however is to implement the APIs described here: https://systemd.io/USER_GROUP_API – in that case this newly added sshd_config integration would just work and do the right thing |