Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 2015 19:34:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204295] Bug when using gpg-agent with ed25519 ssh keys.
Message-ID:  <bug-204295-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204295

            Bug ID: 204295
           Summary: Bug when using gpg-agent with ed25519 ssh keys.
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: luizeduardo.cordeiro@gmail.com

Hello,

I've added an ED25519 ssh key to gpg-agent (gnupg-2.1.8) and,
when I use it, it gives this error:

key_from_blob: ed25519 len 31 != 32
key_free: key is NULL

No way to login on the remote machine via ssh...

> ssh-add ~/.ssh/id_ed25519
Enter passphrase for /home/XXX/.ssh/id_ed25519:
Identity added: /home/XXX/.ssh/id_ed25519 (/home/XXX/.ssh/id_ed25519)

> ssh user@example.com
key_from_blob: ed25519 len 31 != 32
key_free: key is NULL

It works if the key isn't added to gpg-agent.

Regards,
Luiz Eduardo

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204295-13>