From 5df0159ef22a334c0654ede2c7b985869a9b34c2 Mon Sep 17 00:00:00 2001 From: Sam Leonard Date: Fri, 23 Feb 2024 12:04:08 +0000 Subject: [PATCH] ssh-generator: add mention of ssh.authorized_keys.root to man page --- man/systemd-ssh-generator.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ systemd-ssh-proxy1 for details on how to connect to these sockets via the ssh client. + The ssh.authorized_keys.root credential can be used to allow specific public keys + to log in over SSH. See + systemd.systemd-credentials7 + for more information. + The generator will use a packaged sshd@.service service template file if one exists, and otherwise generate a suitable service template file.