From 5a1b64fee04933f74eae3ca65e79fa92872ae353 Mon Sep 17 00:00:00 2001 From: Allison Karlitskaya Date: Wed, 3 Sep 2025 10:29:39 +0200 Subject: [PATCH] man: add docs for ssh.ephemeral-authorized_keys-all This was added in 071155a1fbac ("ssh-generator: support ssh.ephemeral-key.all-users") without corresponding documentation. Add the missing docs now. --- man/systemd-ssh-generator.xml | 16 ++++++++++++++++ man/systemd.system-credentials.xml | 19 +++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/man/systemd-ssh-generator.xml b/man/systemd-ssh-generator.xml index 65d3c03f6dc..0129202327c 100644 --- a/man/systemd-ssh-generator.xml +++ b/man/systemd-ssh-generator.xml @@ -129,6 +129,22 @@ + + + ssh.ephemeral-authorized_keys-all + + + Provides additional public keys, given in the customary authorized_keys + format, for all users, for incoming connections via the generated AF_VSOCK + and AF_UNIX socket units. + + 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. + + + + diff --git a/man/systemd.system-credentials.xml b/man/systemd.system-credentials.xml index 8b9cec6d44a..e3e28872077 100644 --- a/man/systemd.system-credentials.xml +++ b/man/systemd.system-credentials.xml @@ -205,6 +205,25 @@ + + ssh.ephemeral-authorized_keys-all + + + Provides additional public keys, given in the customary authorized_keys + format, for all users, for incoming connections via the generated AF_VSOCK + and AF_UNIX socket units. + + 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. + + Consumed by + systemd-ssh-generator8. + + + + + ssh.authorized_keys.root -- 2.47.3