From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: bug#26695: openssh password-authentication? should be #f by default Date: Fri, 28 Apr 2017 13:25:51 -0500 Message-ID: <87efwc4ceo.fsf@dustycloud.org> References: <87k264tx8m.fsf@dustycloud.org> <01F8858C-D359-42CA-96A6-45F6C4A3B80C@gmail.com> <87h9184heg.fsf@dustycloud.org> <87efwcbg49.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d4Aaj-0004M7-OJ for bug-guix@gnu.org; Fri, 28 Apr 2017 14:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d4Aag-0007zI-3l for bug-guix@gnu.org; Fri, 28 Apr 2017 14:26:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46782) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d4Aaf-0007zC-VT for bug-guix@gnu.org; Fri, 28 Apr 2017 14:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d4Aaf-0006Sk-MZ for bug-guix@gnu.org; Fri, 28 Apr 2017 14:26:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87efwcbg49.fsf@fastmail.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Marius Bakke Cc: 26695@debbugs.gnu.org, Maxim Cournoyer Marius Bakke writes: >> We have discussed in the past having some service that just copies some >> static files on init. That would be enough to set up public keys >> appropriately. > > I think that can already be done with 'special-file-service-type'. > > https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00332.html Interesting! I'll have to try this route.