From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.6) Gecko/20050328 Firefox/1.0.2 Fedora/1.0.2-3 Description of problem: When trying to connect to any host using ssh, I get a segv. Here is the gdb bt: #0 0x00002aaaabaa24f2 in strnlen () from /lib64/tls/libc.so.6 (gdb) bt #0 0x00002aaaabaa24f2 in strnlen () from /lib64/tls/libc.so.6 #1 0x00002aaaaba739d9 in vfprintf () from /lib64/tls/libc.so.6 #2 0x00002aaaabb07e73 in __vsnprintf_chk () from /lib64/tls/libc.so.6 #3 0x0000555555575feb in evp_aes_128_ctr () from /usr/bin/ssh #4 0x0000555555576365 in evp_aes_128_ctr () from /usr/bin/ssh #5 0x0000555555566163 in main () from /usr/bin/ssh Version-Release number of selected component (if applicable): openssh-4.0p1-1 How reproducible: Always Steps to Reproduce: 1. try to ssh 2. Segmentation fault 3. Additional info:
What openssl version do you have installed?
Same problem here. Removing openssh-clients-4.0p1-1.x86_64 and installing the i386 version provides a work around. I have openssl-0.9.7f-1.x86_64 and i686 installed.
openssl-0.9.7f-1
The openssl-0.9.7f-1 is broken on x86_64. I'll take care of the issue as fast as possible.
Hopefully fixed now. Please reopen if the upgrade of openssl to 0.9.7f-2 doesn't help.
That fixed it, Thanks.