mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
man: add docs for ssh.ephemeral-authorized_keys-all
This was added in 071155a1fb ("ssh-generator: support
ssh.ephemeral-key.all-users") without corresponding documentation. Add
the missing docs now.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
1207ba48d7
commit
5a1b64fee0
@@ -129,6 +129,22 @@
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v256"/></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>ssh.ephemeral-authorized_keys-all</varname></term>
|
||||
|
||||
<listitem>
|
||||
<para>Provides additional public keys, given in the customary <filename>authorized_keys</filename>
|
||||
format, for all users, for incoming connections via the generated <constant>AF_VSOCK</constant>
|
||||
and <constant>AF_UNIX</constant> socket units.</para>
|
||||
|
||||
<para>The intended use of this is for a host system (in either VM or container configurations) to
|
||||
generate a keypair and inject the public key into the guest, using the private key to connect to
|
||||
any user account on the guest via ssh, without further authentication.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v256"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -205,6 +205,25 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>ssh.ephemeral-authorized_keys-all</varname></term>
|
||||
|
||||
<listitem>
|
||||
<para>Provides additional public keys, given in the customary <filename>authorized_keys</filename>
|
||||
format, for all users, for incoming connections via the generated <constant>AF_VSOCK</constant>
|
||||
and <constant>AF_UNIX</constant> socket units.</para>
|
||||
|
||||
<para>The intended use of this is for a host system (in either VM or container configurations) to
|
||||
generate a keypair and inject the public key into the guest, using the private key to connect to
|
||||
any user account on the guest via ssh, without further authentication.</para>
|
||||
|
||||
<para>Consumed by
|
||||
<citerefentry><refentrytitle>systemd-ssh-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v256"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>ssh.authorized_keys.root</varname></term>
|
||||
<listitem>
|
||||
|
||||
Reference in New Issue
Block a user