From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42340) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igkbs-0003WW-MT for guix-patches@gnu.org; Mon, 16 Dec 2019 02:16:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igkbq-0002an-3B for guix-patches@gnu.org; Mon, 16 Dec 2019 02:16:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59946) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igkbq-0002ag-0C for guix-patches@gnu.org; Mon, 16 Dec 2019 02:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1igkbp-0000p5-O3 for guix-patches@gnu.org; Mon, 16 Dec 2019 02:16:01 -0500 Subject: [bug#38541] [PATCH] ssh: Add Kerberos-support to ssh:// daemon URLs Resent-Message-ID: Date: Mon, 16 Dec 2019 08:15:21 +0100 From: Lars-Dominik Braun Message-ID: <20191216071520.GA29716@zpidnp36> References: <20191209083737.GA10190@zpidnp36> <87a77uwkh1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87a77uwkh1.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 38541@debbugs.gnu.org Hey, > 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-daemon * gnu/packages/patches/guile-ssh-gssapi.patch: Add GSSAPI user authentication method to guile-ssh > Do you know if a Guile-SSH release is coming? If so, we could wait and > avoid carrying the Guile-SSH patch. I don’t know. Lars