From unknown Sun Jun 22 07:40:12 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#63788 <63788@debbugs.gnu.org> To: bug#63788 <63788@debbugs.gnu.org> Subject: Status: [PATCH] doc: guix.texi: Replace reference to non-existing (gnu home services ssh-agent) Reply-To: bug#63788 <63788@debbugs.gnu.org> Date: Sun, 22 Jun 2025 14:40:12 +0000 retitle 63788 [PATCH] doc: guix.texi: Replace reference to non-existing (gn= u home services ssh-agent) reassign 63788 guix-patches submitter 63788 Felix Lechner severity 63788 normal tag 63788 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon May 29 12:24:47 2023 Received: (at submit) by debbugs.gnu.org; 29 May 2023 16:24:47 +0000 Received: from localhost ([127.0.0.1]:58985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3ffr-0000fn-0s for submit@debbugs.gnu.org; Mon, 29 May 2023 12:24:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:37300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3ffo-0000ff-CB for submit@debbugs.gnu.org; Mon, 29 May 2023 12:24:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q3ffo-0001Tz-69 for guix-patches@gnu.org; Mon, 29 May 2023 12:24:44 -0400 Received: from sail-ipv4.us-core.com ([208.82.101.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1q3ffi-0004n9-Uu for guix-patches@gnu.org; Mon, 29 May 2023 12:24:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=/C2OGlGuf65pvKI LnyZnoTDvsHwi39OXaO+qaV3VQzI=; h=date:subject:cc:to:from; d=lease-up.com; b=j9SqduW5eG/cVyyOWOC76MDExZ1jMedCNci3ZgTbh2bhGSex5qcf 8sOfPeQhHiQ3kobtTFeucYUg8fMsR3uJtMjVrWKHYDqnJvNoCwmD18cCQCevw+5D+viOCN knMxeGXIjqO2KjdRBVDRUqEB3iQnEtPZG1UMdsW8UeeyFxtOU= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 5b9ea6b6 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 May 2023 16:24:33 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 2b2b702b; Mon, 29 May 2023 16:24:32 +0000 (UTC) From: Felix Lechner To: guix-patches@gnu.org Subject: [PATCH] doc: guix.texi: Replace reference to non-existing (gnu home services ssh-agent) Date: Mon, 29 May 2023 09:24:20 -0700 Message-Id: <09f55f8ee87448447b94fb9b61231ec1e608444b.1685377447.git.felix.lechner@lease-up.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=208.82.101.137; envelope-from=felix.lechner@us-core.com; helo=sail-ipv4.us-core.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_TEMPERROR=0.01, UNPARSEABLE_RELAY=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit Cc: Alexandros Prekates , Markku Korkeala , Felix Lechner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) 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) --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 31dc33fb97..ec7281c007 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -43080,7 +43080,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}. -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 08 16:58:29 2023 Received: (at 63788-done) by debbugs.gnu.org; 8 Jun 2023 20:58:29 +0000 Received: from localhost ([127.0.0.1]:57661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7MiD-0005l1-CC for submit@debbugs.gnu.org; Thu, 08 Jun 2023 16:58:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7MiB-0005ko-U0 for 63788-done@debbugs.gnu.org; Thu, 08 Jun 2023 16:58:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7Mi4-0002Kd-57; Thu, 08 Jun 2023 16:58:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=8iSq06pOSDbwUHMoEeLvQ4g05TSxFO2ffMO8py0Kz1s=; b=rJGUQLoxKkuhAdYF2Zxf 5iiH4G9A0BnAFZA9cYqk2j+RboOJub1P2BC2SGVX8uEFAe1U2ZQ705QPqnSQHOuzcA2fbYQnTQcex 2W3DGOJJ1cFFvqWeu3nmxwwbYPvR8ikB7rGWmH2lSlLfOKWcCPGSxrCiWHhZDKr+9FTjHLO3kpipY QvTiBaQc8GDCKRsKc0NmX7vDUillztpGw90SAtEw3vqR38/CSlNEvpdke29zZpNX++7HcI8FQFGAu Lzjjzt19I6zgvo4V/uoMpxOcJBVGaVfjckH6Ooowdo1cHuVfCap2iZyJne4l1yUgyPBGa62l+ZbtE 9EnTeg7a7oqO4w==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7Mi2-0005aC-Gz; Thu, 08 Jun 2023 16:58:19 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Felix Lechner Subject: Re: bug#63788: [PATCH] doc: guix.texi: Replace reference to non-existing (gnu home services ssh-agent) References: <09f55f8ee87448447b94fb9b61231ec1e608444b.1685377447.git.felix.lechner@lease-up.com> Date: Thu, 08 Jun 2023 22:58:17 +0200 In-Reply-To: <09f55f8ee87448447b94fb9b61231ec1e608444b.1685377447.git.felix.lechner@lease-up.com> (Felix Lechner's message of "Mon, 29 May 2023 09:24:20 -0700") Message-ID: <87edml1xjq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63788-done Cc: Alexandros Prekates , 63788-done@debbugs.gnu.org, Markku Korkeala X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Felix Lechner skribis: > Thanks to Alexandros Prekates and Markku Korkeala for pointing out the bu= g 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) Applied, thanks! Ludo=E2=80=99. From unknown Sun Jun 22 07:40:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 07 Jul 2023 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator