summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorFelix Lechner <felix.lechner@lease-up.com>2023-05-29 09:24:20 -0700
committerLudovic Courtès <ludo@gnu.org>2023-06-08 22:58:25 +0200
commit44e4dc7c729d9277d023c928963c7eac0df7d6b9 (patch)
tree6a1b21ab4df4a3f714e776d38ce5112d515ebef4 /doc/guix.texi
parent885d524f79aa4bbfac5dfebf285e1e248184ee70 (diff)
doc: Replace reference to non-existing (gnu home services ssh-agent).
Thanks to Alexandros Prekates and Markku Korkeala for pointing out the bug in the documentation. [1] [1] https://lists.gnu.org/archive/html/help-guix/2023-05/msg00220.html * doc/gnu.texi (Secure Shell): Replace reference to non-existing (gnu home services ssh-agent) Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 01f4e0105f..46930cd8c9 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -43168,7 +43168,7 @@ Extra content appended as-is to this @code{Host} block in
The @uref{https://www.openssh.com, OpenSSH package} includes a daemon,
the @command{ssh-agent} command, that manages keys to connect to remote
machines using the @acronym{SSH, secure shell} protocol. With the
-@code{(gnu home services ssh-agent)} service, you can configure the
+@code{(gnu home services ssh)} service, you can configure the
OpenSSH ssh-agent to run upon login. @xref{GNU Privacy Guard,
@code{home-gpg-agent-service-type}}, for an alternative to OpenSSH's
@command{ssh-agent}.