From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49779) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ignO8-0006NR-43 for guix-patches@gnu.org; Mon, 16 Dec 2019 05:14:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ignO6-0004b2-6V for guix-patches@gnu.org; Mon, 16 Dec 2019 05:14:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60194) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ignO5-0004Z2-Q5 for guix-patches@gnu.org; Mon, 16 Dec 2019 05:14:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ignO5-0005rk-MU for guix-patches@gnu.org; Mon, 16 Dec 2019 05:14:01 -0500 Subject: [bug#38541] [PATCH] ssh: Add Kerberos-support to ssh:// daemon URLs Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191209083737.GA10190@zpidnp36> <87a77uwkh1.fsf@gnu.org> <20191216071520.GA29716@zpidnp36> Date: Mon, 16 Dec 2019 11:12:59 +0100 In-Reply-To: <20191216071520.GA29716@zpidnp36> (Lars-Dominik Braun's message of "Mon, 16 Dec 2019 08:15:21 +0100") Message-ID: <87eex4k28k.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Lars-Dominik Braun Cc: 38541@debbugs.gnu.org Hi, Lars-Dominik Braun skribis: >> Nice! (Note that we normally list all the modified files/entities in >> the commit log; see >> .) > oh, ok, I guess that includes the .texi and .patch files as well then: > > * doc/guix.texi: Document requirements for SSH-based connection to guix-d= aemon > * gnu/packages/patches/guile-ssh-gssapi.patch: Add GSSAPI user authentica= tion > method to guile-ssh Yes, more specifically: * doc/guix.texi (The Store): Document requirements for SSH-based connection to guix-daemon. * gnu/packages/patches/guile-ssh-gssapi.patch: New file. Documentation of the patch should go to the first lines of the patch. >> Do you know if a Guile-SSH release is coming? If so, we could wait and >> avoid carrying the Guile-SSH patch. > I don=E2=80=99t know. OK, let=E2=80=99s see=E2=80=A6 Ludo=E2=80=99.