Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Openssh:ssh_rsa_sign: EVP_get_digestbynid 64 failed[SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
gouranga
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2005
Posts: 113

PostPosted: Sun Oct 01, 2006 9:45 am    Post subject: Openssh:ssh_rsa_sign: EVP_get_digestbynid 64 failed[SOLVED] Reply with quote

I recently ran glsa-check -f all.
A new version of Openssh was emerged.
Code:
emerge --ask --oneshot --verbose ">=net-misc/openssh-4.3_p2-r5"

Immediately after that I couldn't log in to my system when using ssh.

Is this the problem mentioned in the newsletter?
http://www.gentoo.org/news/en/gwn/20060918-newsletter.xml
(problems with openssl)

Code:

Sep 30 15:28:54 [sshd] error: ssh_rsa_sign: EVP_get_digestbynid 64 failed
Sep 30 15:28:54 [sshd] fatal: mm_answer_sign: key_sign failed


I already ran revdep-rebuild.
Nothing related to openssh was re-emerged.
Any ideas how to fix this problem?


Last edited by gouranga on Sun Oct 08, 2006 12:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
skunk
l33t
l33t


Joined: 28 May 2003
Posts: 646
Location: granada, spain

PostPosted: Mon Oct 02, 2006 2:27 pm    Post subject: Reply with quote

same problem here... :(
Back to top
View user's profile Send private message
wynn
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2421
Location: UK

PostPosted: Mon Oct 02, 2006 2:45 pm    Post subject: Reply with quote

Could you run
Code:
ldd /usr/sbin/sshd
and see what version of libssl and libcrypto it is using?

openssl was upgraded from 0.9.7 to 0.9.8 recently and it needed
Code:
revdep-rebuild --library=lib\(ssl\|crypto\).0.9.7
running to get a number of things working again.
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
skunk
l33t
l33t


Joined: 28 May 2003
Posts: 646
Location: granada, spain

PostPosted: Mon Oct 02, 2006 2:55 pm    Post subject: Reply with quote

Code:
# ldd /usr/sbin/sshd
        linux-gate.so.1 =>  (0xffffe000)
        libwrap.so.0 => /lib/libwrap.so.0 (0x4001c000)
        libpam.so.0 => /lib/libpam.so.0 (0x40025000)
        libdl.so.2 => /lib/libdl.so.2 (0x4002e000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x40032000)
        libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x40044000)
        libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x40142000)
        libutil.so.1 => /lib/libutil.so.1 (0x40279000)
        libz.so.1 => /lib/libz.so.1 (0x4027c000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x4028f000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x402a5000)
        libc.so.6 => /lib/libc.so.6 (0x402d2000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

and it's correct because dev-libs/openssl-0.9.7k is installed
Back to top
View user's profile Send private message
skunk
l33t
l33t


Joined: 28 May 2003
Posts: 646
Location: granada, spain

PostPosted: Mon Oct 02, 2006 3:24 pm    Post subject: Reply with quote

ok, rebuilding openssl again solves the problem
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum