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 18:01:12 +0200 Message-ID: <87h98ta0c7.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> <87k2dqe5l2.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]:32790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1br5g5-00067F-RO for guix-devel@gnu.org; Mon, 03 Oct 2016 12:01:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1br5g2-0000Zw-On for guix-devel@gnu.org; Mon, 03 Oct 2016 12:01:17 -0400 In-Reply-To: <87k2dqe5l2.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 03 Oct 2016 00:42:01 +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: > 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. Commit 2b4363891c70bbf641bff8ff0a6fb7526babd5b9 extends the test for Dropbear. :-) (lshd is harder to test because it needs keyboard input to generate the seed, or we=E2=80=99d need to provide it with a dummy seed or something.) Ludo=E2=80=99.