From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Use OpenSSH in the bare-bones GuixSD template [was Re: how to "install" guixsd on a digitalocean server] Date: Sat, 8 Apr 2017 21:42:17 -0400 Message-ID: <20170409014217.GA15018@jasmine> References: <87pogo8lqj.fsf@pobox.com> <20170407134208.GC26088@jasmine> <87inmguh17.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cx1rz-0001KD-N7 for guix-devel@gnu.org; Sat, 08 Apr 2017 21:42:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cx1ru-0005il-RX for guix-devel@gnu.org; Sat, 08 Apr 2017 21:42:23 -0400 Content-Disposition: inline In-Reply-To: <87inmguh17.fsf@gnu.org> 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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Fri, Apr 07, 2017 at 09:57:56PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: > >> (3) Why do we promote lsh by default? It took me quite some looking to > >> figure out why my authorized_keys wasn't working. The fix was to > >> just use OpenSSH. > > > > lsh is a GNU project and we did not have an OpenSSH service until a few > > months ago. I'm in favor of changing the OS declaration templates to use > > OpenSSH. > > I agree with this change (lsh upstream hasn’t been receiving the > attention I was hoping for.) Here's a patch for discussion.