From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] openssh service Date: Mon, 03 Oct 2016 00:42:01 +0200 Message-ID: <87k2dqe5l2.fsf@gnu.org> References: <20160805141840.447dd381@polymos> <87oa57jpix.fsf@igalia.com> <20160805162049.491063d9@polymos> <20160819160335.3ed70813@polymos> <20160819163125.0be91283@polymos> <8737lrby5v.fsf@igalia.com> <20160926184219.56cfe149@polymos> <87bmz6qufj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqpST-0002m8-96 for guix-devel@gnu.org; Sun, 02 Oct 2016 18:42:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqpSP-0005OC-AZ for guix-devel@gnu.org; Sun, 02 Oct 2016 18:42:08 -0400 In-Reply-To: <87bmz6qufj.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 29 Sep 2016 23:15:28 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Julien Lepiller Cc: guix-devel ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Julien Lepiller skribis: [...] >> From cf879a47c8f9b0733fac906cd4bd28dc646aa9fb Mon Sep 17 00:00:00 2001 >> From: Julien Lepiller >> Date: Fri, 5 Aug 2016 15:20:15 +0200 >> Subject: [PATCH] services: Add openssh >> >> * gnu/packages/ssh.scm: Openssh reads its configuration from /etc >> * gnu/services/ssh.scm: Add openssh-service >> * doc/guix.texi (Networking Services): Document 'openssh-services'. > > Pushed as 071fbb42a6e2dcdfd566cba9525e6ae6a4dfdc7d with a few changes. > In particular, I changed the config file to be passed as a command-line > option rather than added to /etc/ssh (this is generally preferable.) > > Eventually I=E2=80=99d like to document and expose of =E2=80=98openssh-co= nfiguration=E2=80=99. Done in d8f3128119d32bcc186c8a1fe15b037bba25b4b8, let me know what you think! I also added a basic system test in d5b0c9024ed174907aed4816b2607ada814a035c. It makes sure that sshd is started and that we can connect to it as root with an empty password, as specified in the system config. Ludo=E2=80=99.