From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henk Katerberg Subject: bug#33165: GNOME keyring SSH agent => sign_and_send_pubkey: signing failed: agent refused operation Date: Fri, 26 Oct 2018 08:51:41 +0000 Message-ID: <743863752d3942c2a73477794d223b9b@mx.verum.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gG3wE-00017h-7c for bug-guix@gnu.org; Fri, 26 Oct 2018 11:22:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gG3w2-00042u-0Y for bug-guix@gnu.org; Fri, 26 Oct 2018 11:22:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39986) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gG3w1-00042o-Tb for bug-guix@gnu.org; Fri, 26 Oct 2018 11:22:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gG3w1-000589-Qt for bug-guix@gnu.org; Fri, 26 Oct 2018 11:22:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFxw9-0004zV-R6 for bug-guix@gnu.org; Fri, 26 Oct 2018 04:57:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFxw3-0005yn-SC for bug-guix@gnu.org; Fri, 26 Oct 2018 04:57:45 -0400 Received: from mx.verum.com ([31.223.170.65]:52876) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFxw1-0005nI-8W for bug-guix@gnu.org; Fri, 26 Oct 2018 04:57:39 -0400 Content-Language: en-US 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: 33165@debbugs.gnu.org On GuixSD running Gnome: the command 'ssh ' results in error sign_and_send_pubkey: signing failed: agent refused operation and then falls back to password authentication. (Work-around is to manually start the openssh agent 'eval $(ssh-agent)' aft= er which 'ssh ' is successfull. From this I conclude that the key p= air used and the .ssh/config entry for are OK.)=