From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: [PATCH 2/2] services: openssh: Remove deprecated 'RSAAuthentication' option. Date: Sat, 18 Feb 2017 19:07:08 +0100 Message-ID: <87lgt31igj.fsf@lassieur.org> References: <20170217184529.3a610d81@lepiller.eu> <20170218114617.6714-1-clement@lassieur.org> <20170218114617.6714-2-clement@lassieur.org> <874lzrsdtn.fsf@elephly.net> 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]:40428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cf9Pi-0000NE-89 for guix-devel@gnu.org; Sat, 18 Feb 2017 13:07:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cf9Pd-0006i2-Bd for guix-devel@gnu.org; Sat, 18 Feb 2017 13:07:18 -0500 Received: from mail.lassieur.org ([83.152.10.219]:60828) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cf9Pd-0006hS-3e for guix-devel@gnu.org; Sat, 18 Feb 2017 13:07:13 -0500 In-reply-to: <874lzrsdtn.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus writes: > Cl=C3=A9ment Lassieur writes: > >> * gnu/services/ssh.scm (openssh-config-file): Remove it. >> ()[rsa-authentication?]: Remove it. >> * doc/guix.texi (Networking Services): Remove it. > > I don=E2=80=99t see =E2=80=9Copenssh-config-file=E2=80=9D in the diff. = Is this missing or a > mistake in the commit summary? Or am I misunderstanding? I meant: remove "RSAAuthentication" from the "openssh-config-file" computed file. It refers to the third hunk. I wasn't sure how to express this. Please correct me, if I was wrong :)