From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: guix copy connection problems Date: Fri, 26 Jul 2019 22:38:46 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46857) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hrCc1-0002Lz-KC for help-guix@gnu.org; Fri, 26 Jul 2019 22:39:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hrCbl-00023E-Nf for help-guix@gnu.org; Fri, 26 Jul 2019 22:38:57 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:59536) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hrCbh-0001zv-OR for help-guix@gnu.org; Fri, 26 Jul 2019 22:38:50 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hrCbf-0006T9-9D for help-guix@gnu.org; Fri, 26 Jul 2019 22:38:47 -0400 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello Guix, I'm trying to use `guix copy` to copy some store items from a more powerful computer to my laptop. I've tried to set everything up correctly with ssh-agent, and I can ssh without being prompted for credentials, but guix-initiated connections are timing out, so clearly I'm missing something, but I don't know what. Perhaps the following session transcript with show what I'm missing: ``` $ env|grep -i ssh SSH_AUTH_SOCK=/run/user/1000/keyring/ssh jackhill@alperton ~$ ssh-add -l 256 SHA256:g7qjlV99AHx3R2/ZlkeMGPqnYGzwPJjhVY5y7WX1a/E jackhill@alperton (ED25519) jackhill@alperton ~$ ssh jackhill@remote Last login: Fri Jul 26 21:38:23 2019 from 107.15.18.231 jackhill@remote ~$ logout Connection to remote closed. jackhill@alperton ~$ guix copy --from="jackhill@remote" icecat guix copy: error: SSH connection to 'remote' failed: Timeout connecting to remote ``` Best, Jack