Question : SSH Segmentation fault on login

Segfault occurs after trying to SSH out of CentOS
Code Snippet:
1:
2:
3:
4:
5:
Starting program: /usr/bin/ssh localhost
user@localhost's password:
 
Program received signal SIGSEGV, Segmentation fault.
0x000000398ad3f825 in vfprintf () from /lib64/tls/libc.so.6

Answer : SSH Segmentation fault on login

Hi,

It seems that your SSL library has a problem try to uninstall and reinstall.

rpm -qa | grep openssl | xargs -I{}  rpm -ev --nodeps --allmatches {}
yum install openssl

Cheers,
K.



Random Solutions  
 
programming4us programming4us