From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbpFL-0004vZ-F3 for guix-patches@gnu.org; Sun, 30 Jul 2017 10:31:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbpFG-0001cz-7i for guix-patches@gnu.org; Sun, 30 Jul 2017 10:31:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59939) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dbpFG-0001cp-5U for guix-patches@gnu.org; Sun, 30 Jul 2017 10:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dbpFF-0004Vw-Vg for guix-patches@gnu.org; Sun, 30 Jul 2017 10:31:01 -0400 Subject: bug#27837: [PATCH 0/1] SSH service supports the definition of authorized keys Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170726131048.9603-1-ludo@gnu.org> Date: Sun, 30 Jul 2017 16:30:33 +0200 In-Reply-To: <20170726131048.9603-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cour\?\= \=\?utf-8\?Q\?t\=C3\=A8s\=22's\?\= message of "Wed, 26 Jul 2017 15:10:48 +0200") Message-ID: <87pocif14m.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: 27837-done@debbugs.gnu.org Hi! Ludovic Court=C3=A8s skribis: > This patch adds an 'authorized-keys' field to 'openssh-configuration', > which allows users to define per-user authorized keys. Pushed as 4892eb7c6a21416f3a18e18ca17984e2b66050ad. > Eventually, I'd like to make 'openssh-service-type' extensible with more > authorized keys, which we can use to implement things like the > "sysadmin" API we have for the build farm. Done in 1398a43816011c435fb6723154dbf1d3414b5b3d. Feedback still welcome though. :-) Ludo=E2=80=99.