ssh Agent admitted failure to sign using the key on big endian machines
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
seahorse |
Fix Released
|
Critical
|
|||
gnome-keyring (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
openssh (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
on hardy (preserved home folder from feisty) i get the following when i try to ssh
Agent admitted failure to sign using the key.
Permission denied (publickey).
or with verbose on
sam@titania:~$ ssh -v oberon
OpenSSH_4.7p1 Debian-4ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /home/sam/
debug1: Applying options for oberon
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to ###### [######] port ##.
debug1: Connection established.
debug1: identity file /home/sam/
debug1: identity file /home/sam/
debug1: identity file /home/sam/
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.6p1 Debian-5ubuntu0.1
debug1: match: OpenSSH_4.6p1 Debian-5ubuntu0.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_
debug1: expecting SSH2_MSG_
debug1: SSH2_MSG_
debug1: expecting SSH2_MSG_
debug1: using hostkeyalias: oberon
debug1: Host 'oberon' is known and matches the RSA host key.
debug1: Found key in /home/sam/
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_
debug1: SSH2_MSG_
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/sam/
debug1: Server accepts key: pkalg ssh-rsa blen 277
Agent admitted failure to sign using the key.
debug1: Trying private key: /home/sam/
debug1: Trying private key: /home/sam/
debug1: No more authentication methods to try.
Permission denied (publickey).
I tried generating a new key. this worked for a few logons, but then i get back to this error.
I think it is to do with the local key agent. i found that
SSH_AUTH_SOCK=0 ssh oberon
works fine.
Changed in seahorse: | |
status: | Unknown → New |
Changed in seahorse: | |
status: | New → Confirmed |
Changed in gnome-keyring: | |
assignee: | nobody → desktop-bugs |
importance: | Undecided → Low |
status: | Confirmed → Triaged |
Changed in seahorse: | |
importance: | Unknown → Critical |
Changed in seahorse: | |
status: | Confirmed → Fix Released |
Changed in gnome-keyring (Ubuntu): | |
assignee: | Ubuntu Desktop Bugs (desktop-bugs) → ANDI MUHAMMAD HARPIANTO (amhnews) |
assignee: | ANDI MUHAMMAD HARPIANTO (amhnews) → nobody |
tags: | added: 14.04 |
tags: | added: 14.10 |
Changed in openssh (Ubuntu): | |
assignee: | nobody → Ngo Quang Thong (quangthong1981) |
Changed in openssh (Ubuntu): | |
assignee: | Ngo Quang Thong (quangthong1981) → nobody |
Changed in gnome-keyring (Ubuntu): | |
status: | Triaged → Fix Released |
Changed in openssh (Ubuntu): | |
status: | Incomplete → Confirmed |
Can you please post the your config files (/home/ sam/.ssh/ config and /etc/ssh/ ssh_config) aswell as you sshd_config file from the server you are trying to connect to.