diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-02-28 11:27:09 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-02-28 16:54:33 +0100 |
commit | 62641751d529890a52c3a5ca4f5240de9705ad3e (patch) | |
tree | e57827bde5909e06daf74b06b224effa5bd0be81 /man/userdbctl.xml | |
parent | man: add explanation where environment.d are inherited (diff) | |
download | systemd-62641751d529890a52c3a5ca4f5240de9705ad3e.tar.xz systemd-62641751d529890a52c3a5ca4f5240de9705ad3e.zip |
man: fix links to ssh(1) and sshd(8)
'openssh' wasn't even defined.
Diffstat (limited to 'man/userdbctl.xml')
-rw-r--r-- | man/userdbctl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/userdbctl.xml b/man/userdbctl.xml index 69cd3fc067..606ce673b5 100644 --- a/man/userdbctl.xml +++ b/man/userdbctl.xml @@ -228,7 +228,7 @@ <para>The <command>userdbctl</command> tool may be used to make the list of SSH authorized keys possibly contained in a user record available to the SSH daemon for authentication. For that configure the following in <citerefentry - project='openssh'><refentrytitle>sshd_config</refentrytitle><manvolnum>5</manvolnum></citerefentry>:</para> + project='die-net'><refentrytitle>sshd_config</refentrytitle><manvolnum>5</manvolnum></citerefentry>:</para> <programlisting>… AuthorizedKeysCommand /usr/bin/userdbctl ssh-authorized-keys %u |