I've noticed a problem with the ssh-agent for OpenSSH. When I list the identities found in the agent, I'm given a warning that the keysize doesn't match. $ ./ssh-add -L Warning: identity keysize mismatch: actual 1023, announced 1024 1023 35 61...63 sam at host The problem only exhibits itself with the OpenSSH version of ssh-add, but using the SSH version of ssh-agent/ssh-add. Here's a little table that shows what I tested. I've keyed the two versions of ssh as follows: T = SSH version, 1.2.27 [i686-unknown-linux], protocol version 1.5. O = OpenSSH_2.5.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090600f (SSH) (OpenSSH) ssh-agent ssh-add "ssh-add -l" (T) "ssh-add -L" (O) ========================================================= T T ok error T O ok ok O T ok ok O O ok ok For example, in the first case, I used SSH v1.2.27 to start the agent and to add my identity. When I used SSH v1.2.27 to list the identity, it came back fine, but when I used OpenSSH to list the identity, I got the error, as above. All other combinations of agent/add/list work ok. Any suggestions? Thanks, Sam __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
Hi Sam,> Date: Mon, 5 Mar 2001 12:33:00 -0800 (PST) > From: Sam Smith <ss99hi at yahoo.com> > > I've noticed a problem with the ssh-agent for > OpenSSH. When I list the identities found in the > agent, I'm given a warning that the keysize > doesn't match. > > $ ./ssh-add -L > Warning: identity keysize mismatch: actual 1023, > announced 1024 > 1023 35 61...63 sam at host >... > Any suggestions?You may wish to read http://www.openssh.com/faq.html#2.5 as I believe it addresses your problem. Enjoy! -- Mark
On Mon, 5 Mar 2001, Sam Smith wrote:> I've noticed a problem with the ssh-agent for > OpenSSH. When I list the identities found in the > agent, I'm given a warning that the keysize > doesn't match.http://www.openssh.com/faq.html#2.5 -d -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer
Seemingly Similar Threads
- ssh-keygen key length mismatch?
- Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
- 2.5.1p1/p2 PermitRootLogin broke (Solaris)
- Segfaults with ssh from Red Hat 6.2 openssh-clients-2.5.1p2-1.i386.rpm
- [LLVMdev] possible miscompilation of openssl on x86-64