![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| USN-612-8: openssl-blacklist update | iBot | Security Advisories (RSS) | 0 | 05-21-2008 09:40 AM |
| S-293: OpenSSL Security Vulnerability | iBot | Security Advisories (RSS) | 0 | 05-13-2008 03:00 PM |
| USN-612-1: OpenSSL vulnerability | iBot | Security Advisories (RSS) | 0 | 05-13-2008 07:30 AM |
| openssl ca ke issue | piltrafa | UNIX for Dummies Questions & Answers | 0 | 06-08-2006 06:41 AM |
| Openssl Man pages | gwoodhouse | UNIX for Advanced & Expert Users | 1 | 09-16-2003 09:23 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
openssl help
I ungraded my openssl on sun solaris 8 from openssl 0.9.6c to openssl 0.9.6g the ungrade went
fine but when I tried to ssh in to server, I received the following error message "ld.so.1: ./sshd: fatal: relocation error: file /usr/local/ssl/lib/libcrypto.so.0.9.6: symbol main: referenced symbol not found Killed" I am unable to restart ssh daemon on server. Can you help please? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Regen keys
Hi there
I think you may need to regenerate your SSH keys - in my version I do : /usr/local/bin/ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N "" /usr/local/bin/ssh-keygen -t dsa -f /usr/local/etc/ssh_host_dsa_key -N "" /usr/local/bin/ssh-keygen -t rsa -f /usr/local/etc/ssh_host_rsa_key -N "" This will ask if you want to overwrite your keys - say yes, then restart sshd. Should resolve your new ssl installation. If this doesn't work then get back to me..... ./B |
|
#3
|
|||
|
|||
|
Thanks Brett,
I tried your suggestions but am Still getting the same error message. when I tried to regenerate the ssh key, I received the following error message: /usr/local/bin/ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N "" ld.so.1: /usr/local/bin/ssh-keygen: fatal: relocation error: file /usr/local/ssl/lib/libcrypto.so.0.9.6: symbol main: referenced symbol not found Killed Any other suggestions will be appreciated Thanks |
|||
| Google The UNIX and Linux Forums |