From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20381: Interacting with a remote daemon Date: Mon, 20 Apr 2015 14:47:23 +0200 Message-ID: <87a8y3q84k.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]:58722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkB7O-0007FR-0K for bug-guix@gnu.org; Mon, 20 Apr 2015 08:48:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkB7K-0001SF-Pa for bug-guix@gnu.org; Mon, 20 Apr 2015 08:48:05 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:43344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkB7K-0001S7-Lp for bug-guix@gnu.org; Mon, 20 Apr 2015 08:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YkB7K-0000lu-53 for bug-guix@gnu.org; Mon, 20 Apr 2015 08:48:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkB6p-0007Bj-3p for bug-guix@gnu.org; Mon, 20 Apr 2015 08:47:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkB6l-0001HA-0Q for bug-guix@gnu.org; Mon, 20 Apr 2015 08:47:31 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkB6k-0001H6-TM for bug-guix@gnu.org; Mon, 20 Apr 2015 08:47:26 -0400 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 20381@debbugs.gnu.org In , Ricardo notes: At some point I think it would make sense to enhance Guix such that RPCs can be made over SSH, so that explicit logging on to a management machine is no longer necessary. We should see exactly how much support is needed. Is =E2=80=98socat=E2=80=99 enough, as suggested in ? That means there would be no authentication, but maybe that=E2=80=99s accep= table in a cluster that is isolated on its own LAN anyway. Option #2 would be to augment (guix store) and guix-daemon so that there is built-in support for TCP sockets, which would be slightly more convenient. Option #3 would be to make (guix store) SSH-capable, with Guile-SSH. But it sounds like SSH would incur relatively high latency when connecting to the daemon. There remains the problem that /var/guix/profiles/per-user/$USER would have to be writable to this to be useful. Thoughts? Ludo=E2=80=99.