![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| USN-612-8: openssl-blacklist update | iBot | Security Advisories (RSS) | 0 | 05-21-2008 12:40 PM |
| S-293: OpenSSL Security Vulnerability | iBot | Security Advisories (RSS) | 0 | 05-13-2008 06:00 PM |
| USN-612-1: OpenSSL vulnerability | iBot | Security Advisories (RSS) | 0 | 05-13-2008 10:30 AM |
| openssl ca ke issue | piltrafa | UNIX for Dummies Questions & Answers | 0 | 06-08-2006 09:41 AM |
| Openssl Man pages | gwoodhouse | UNIX for Advanced & Expert Users | 1 | 09-16-2003 12:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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? |
|
||||
|
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 ![]() |
|
||||
|
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 |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|