From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26972: ssh: =?UTF-8?Q?=E2=80=98send-files=E2=80=99?= silently fails if key is not authorized on remote target Date: Thu, 18 May 2017 00:05:27 +0200 Message-ID: <87inkzt9zs.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]:52458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dB753-0004c2-9g for bug-guix@gnu.org; Wed, 17 May 2017 18:06:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dB750-00067p-5W for bug-guix@gnu.org; Wed, 17 May 2017 18:06:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48774) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dB750-00067h-1v for bug-guix@gnu.org; Wed, 17 May 2017 18:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dB74z-0000g4-Qg for bug-guix@gnu.org; Wed, 17 May 2017 18:06:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dB74X-0004aL-VR for bug-guix@gnu.org; Wed, 17 May 2017 18:05:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dB74U-0005za-0f for bug-guix@gnu.org; Wed, 17 May 2017 18:05:33 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dB74T-0005zW-Ti for bug-guix@gnu.org; Wed, 17 May 2017 18:05:29 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:48694 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dB74T-0008Ff-Ag for bug-guix@gnu.org; Wed, 17 May 2017 18:05:29 -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" To: 26972@debbugs.gnu.org I just noticed that something like: guix copy --to=3DREMOTE /gnu/store/=E2=80=A6.drv seems to work (it actually sends data) but silently fails if the host=E2=80= =99s nar signing key is not authorized on REMOTE (that is, the store items are not added to REMOTE=E2=80=99s store but there=E2=80=99s no error messag= e). Same problem with =E2=80=98guix offload=E2=80=99 since both use =E2=80=98send-fi= les=E2=80=99 in (guix ssh). This is on v0.12.0-3916-g411ba5118. Ludo=E2=80=99.