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: Thu, 29 Sep 2016 23:15:28 +0200 Message-ID: <87bmz6qufj.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> 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]:40082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpig3-0007Yq-IN for guix-devel@gnu.org; Thu, 29 Sep 2016 17:15:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpig0-000499-8k for guix-devel@gnu.org; Thu, 29 Sep 2016 17:15:35 -0400 In-Reply-To: <20160926184219.56cfe149@polymos> (Julien Lepiller's message of "Mon, 26 Sep 2016 18:42:19 +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 Hi Julien, Julien Lepiller skribis: > Sorry for the delay, here is a new version of the patch. > > Meanwhile, sysconfdir was set to /etc, but I changed this for /etc/ssh, > because openssh looks for its configuration and other files (about 10) > directly in sysconfdir, not a subdirectory. Also, I fixed a mistake in > openssh-service (it was not following what the doc said). [...] > 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-conf= iguration=E2=80=99. Thanks! Ludo=E2=80=99.