diff options
author | Sam Leonard <sam.leonard@codethink.co.uk> | 2024-02-23 13:04:08 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-23 13:52:28 +0100 |
commit | 5df0159ef22a334c0654ede2c7b985869a9b34c2 (patch) | |
tree | 5d2cac830b837e46ec313819666d39e6136495e5 | |
parent | update TODO (diff) | |
download | systemd-5df0159ef22a334c0654ede2c7b985869a9b34c2.tar.xz systemd-5df0159ef22a334c0654ede2c7b985869a9b34c2.zip |
ssh-generator: add mention of ssh.authorized_keys.root to man page
-rw-r--r-- | man/systemd-ssh-generator.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd-ssh-generator.xml b/man/systemd-ssh-generator.xml index 2f4f2a6f0e..98efc74fc8 100644 --- a/man/systemd-ssh-generator.xml +++ b/man/systemd-ssh-generator.xml @@ -63,6 +63,11 @@ <citerefentry><refentrytitle>systemd-ssh-proxy</refentrytitle><manvolnum>1</manvolnum></citerefentry> for details on how to connect to these sockets via the <command>ssh</command> client.</para> + <para>The <varname>ssh.authorized_keys.root</varname> credential can be used to allow specific public keys + to log in over SSH. See + <citerefentry><refentrytitle>systemd.systemd-credentials</refentrytitle><manvolnum>7</manvolnum></citerefentry> + for more information.</para> + <para>The generator will use a packaged <filename>sshd@.service</filename> service template file if one exists, and otherwise generate a suitable service template file.</para> |