From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Manage ssh public keys? Date: Thu, 09 Apr 2015 14:00:07 +0200 Message-ID: <87oamxpl4o.fsf@gnu.org> References: 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]:49377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgB81-00018B-Fw for guix-devel@gnu.org; Thu, 09 Apr 2015 08:00:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgB7y-0003un-95 for guix-devel@gnu.org; Thu, 09 Apr 2015 08:00:13 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgB7y-0003ub-6V for guix-devel@gnu.org; Thu, 09 Apr 2015 08:00:10 -0400 In-Reply-To: (Joe Hillenbrand's message of "Wed, 8 Apr 2015 18:01:00 -0700") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Joe Hillenbrand Cc: guix-devel@gnu.org Joe Hillenbrand skribis: > Is there a way to manage users' ssh public keys via the operating-system > configuration? No (not yet?). I guess you mean the authorized keys, right? It would be nice to have something like that, especially for automated deployment scenarios. (For multi-user machine scenarios, it may be less useful: users may prefer to manage authorized keys by themselves rather than relying on the admin to do that.) Thanks, Ludo=E2=80=99.