From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Cl=C3=A9ment=20Lassieur?= Subject: [PATCH 0/4] Openssh service patches Date: Tue, 21 Feb 2017 00:53:51 +0100 Message-ID: <20170220235355.29115-1-clement@lassieur.org> References: <20170219185431.zgn53ndcbpedrgo7@wasp> 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]:45802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfxng-0001cb-Tf for guix-devel@gnu.org; Mon, 20 Feb 2017 18:55:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfxne-0005Ai-4h for guix-devel@gnu.org; Mon, 20 Feb 2017 18:55:24 -0500 Received: from mail.lassieur.org ([83.152.10.219]:33722) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cfxnd-00059v-Th for guix-devel@gnu.org; Mon, 20 Feb 2017 18:55:22 -0500 Received: from localhost.localdomain (unknown [88.191.118.83]) by mail.lassieur.org (Postfix) with ESMTPSA id E29A9640103 for ; Tue, 21 Feb 2017 00:55:16 +0100 (CET) In-Reply-To: <20170219185431.zgn53ndcbpedrgo7@wasp> 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: guix-devel@gnu.org Here is an updated version of the patch series. It containes minor chang= es plus: - removal of deprecated 'Protocol' option, - PrintLastLog fix, - addition of 'subsystems' option (as suggested by ng0, see below). ng0, could you please test the 'Subsystem' patch? (I didn't test it.) Actually, I'm not sure it's worth adding, since the Match directive (whic= h is often used along the Subsystem directive) is unsupported by the Openssh service. Comments are welcome! Cl=C3=A9ment Cl=C3=A9ment Lassieur (4): services: openssh: Enable PAM. services: openssh: Remove deprecated options. services: openssh: Fix 'PrintLastLog' default behaviour. services: openssh: Add 'subsystems' option. doc/guix.texi | 45 ++++++++++++++++++++---- gnu/services/ssh.scm | 98 +++++++++++++++++++++++++++++++++-------------= ------ 2 files changed, 101 insertions(+), 42 deletions(-) --=20 2.11.1