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 | |
parent | 3ea2b1137b6a929895510d88b89e2091bc34cb21 (diff) | |
download | systemd-62641751d529890a52c3a5ca4f5240de9705ad3e.tar.gz |
man: fix links to ssh(1) and sshd(8)
'openssh' wasn't even defined.
-rw-r--r-- | man/user@.service.xml | 4 | ||||
-rw-r--r-- | man/userdbctl.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man/user@.service.xml b/man/user@.service.xml index 81a6fef4ba..f4603df073 100644 --- a/man/user@.service.xml +++ b/man/user@.service.xml @@ -49,7 +49,7 @@ <para>User processes may be started by the <filename>user@.service</filename> instance, in which case they will be part of that unit in the system hierarchy. They may also be started elsewhere, for example by - <citerefentry><refentrytitle>sshd</refentrytitle><manvolnum>8</manvolnum></citerefentry> or a + <citerefentry project='die-net'><refentrytitle>sshd</refentrytitle><manvolnum>8</manvolnum></citerefentry> or a display manager like <command>gdm</command>, in which case they form a .scope unit (see <citerefentry><refentrytitle>systemd.scope</refentrytitle><manvolnum>5</manvolnum></citerefentry>). Both <filename>user@<replaceable>UID</replaceable>.service</filename> and the scope units are @@ -142,7 +142,7 @@ Control group /: …</programlisting> <para>User with UID 1000 is logged in using <command>gdm</command> (<filename index="false">session-4.scope</filename>) and - <citerefentry><refentrytitle>ssh</refentrytitle><manvolnum>1</manvolnum></citerefentry> + <citerefentry project='die-net'><refentrytitle>ssh</refentrytitle><manvolnum>1</manvolnum></citerefentry> (<filename index="false">session-19.scope</filename>), and also has a user manager instance running (<filename index="false">user@1000.service</filename>). User with UID 1001 is logged in using <command>ssh</command> (<filename index="false">session-20.scope</filename>) and 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 |