- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ssh error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 04:00 AM
тАО03-16-2009 04:00 AM
ssh login is not allowing on one machine.
getting following error
/usr/lib/hpux32/dld.so: Unable to find library 'libcrypto.so.0'
kindly help
Regards
Yash
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 04:06 AM
тАО03-16-2009 04:06 AM
Re: ssh error
Are you using openssh?
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 04:12 AM
тАО03-16-2009 04:12 AM
Re: ssh error
SecureShell A.05.10.008 HP-UX Secure Shell
when I login to console i got the follwing mesaage
- - - - - - - - - - Prior Console Output - - - - - - - - - -
INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id:cim1 "/opt/wbem/lbin/cimserverd"
INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id:cim1 "/opt/wbem/lbin/cimserverd"
- - - - - - - - - - - - Live Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 04:13 AM
тАО03-16-2009 04:13 AM
Re: ssh error
# /opt/ssh/sbin/sshd
/usr/lib/hpux64/dld.so: Unable to find library 'libcrypto.so.0'.
Killed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 04:20 AM
тАО03-16-2009 04:20 AM
Re: ssh error
Please also install openssl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 04:23 AM
тАО03-16-2009 04:23 AM
Re: ssh error
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 04:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 04:42 AM
тАО03-16-2009 04:42 AM
Re: ssh error
Check this thread. Someone mention this.
>>>if you have /usr/lib/libssl.so.0.9.6 on your system just create a symbolic link to it (as root):
ln -s /usr/lib/libssl.so.0.9.6 /usr/lib/libssl.so.2
do the same for libcrypto if required:
ln -s /usr/lib/libcrypto.so.0.9.6 /usr/lib/libcrypto.so.2
worked fine for me, nessus runs. <<<<
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1237207044703+28353475&threadId=136408
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 10:04 AM
тАО03-16-2009 10:04 AM
Re: ssh error
Cimserverd has some known bugs, are you up to date with patches?
What is your HP-UX machine model? (In other words, what does the "model" command say?)
By the version number of the SecureShell package, I can tell you are probably running HP-UX 11.31.
If you are running some other version of HP-UX, someone might have force installed a wrong version of the HP SSH package. A package intended for older versions of HP-UX might work in a newer version, but not vice versa. If you are unsure, please run "uname -a" to verify the HP-UX version.
To see where the system expects to find the libcrypto.so.0 file, run "ldd /opt/ssh/sbin/sshd". It will list all the libraries sshd is going to use, and the paths it uses to find them.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 10:25 PM
тАО03-16-2009 10:25 PM
Re: ssh error
# ldd /opt/ssh/sbin/sshd
libpam.so.1 => /usr/lib/hpux64/libpam.so.1
libdl.so.1 => /usr/lib/hpux64/libdl.so.1
Unable to find library 'libcrypto.so.0'.
I have tired to reinstall
SecureShell_A.05.10.008_HP-UX_B.11.31_IA_PA.depot
But still same issue
# which ssh
/usr/bin/ssh
# ssh
/usr/lib/hpux32/dld.so: Unable to find library 'libcrypto.so.0'.
Killed
#
regards
Yash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2009 11:43 PM
тАО03-16-2009 11:43 PM
Re: ssh error
Will award points.......
Thanks
Yash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 01:20 AM
тАО03-17-2009 01:20 AM
Re: ssh error
Can you follow the steps pointed by Ganesan above to create links.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 01:27 AM
тАО03-17-2009 01:27 AM
Re: ssh error
Thanks
But libssl.so.0.9.6 file is not present.
I have reinstalled T1471AA.
bit same result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 02:12 AM
тАО03-17-2009 02:12 AM
Re: ssh error
swlist |grep -i openssl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 02:15 AM
тАО03-17-2009 02:15 AM
Re: ssh error
OpenSSL A.00.09.08g.001 Secure Network Communications Protocol
#
Yash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 02:16 AM
тАО03-17-2009 02:16 AM
Re: ssh error
usr/lib/libssl.*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 02:16 AM
тАО03-17-2009 02:16 AM
Re: ssh error
ls -l /usr/lib/libssl.*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 02:39 AM
тАО03-17-2009 02:39 AM
Re: ssh error
Integrity shlibs (for sshd) should be in /usr/lib/hpux64/.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 02:46 AM
тАО03-17-2009 02:46 AM
Re: ssh error
swlist -l file -a openssl
to check whether the files have are installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 03:09 AM
тАО03-17-2009 03:09 AM
Re: ssh error
# ls -l /usr/lib/hpux64/libssl*
lrwxr-xr-x 1 root sys 32 Feb 25 15:55 /usr/lib/hpux64/libssl.a -> /opt/openssl/lib/hpux64/libssl.a
lrwxr-xr-x 1 root sys 33 Feb 25 15:55 /usr/lib/hpux64/libssl.so -> /opt/openssl/lib/hpux64/libssl.so
lrwxr-xr-x 1 root sys 35 Feb 25 15:55 /usr/lib/hpux64/libssl.so.0 -> /opt/openssl/lib/hpux64/libssl.so.0
lrwxr-xr-x 1 root sys 35 Feb 25 15:55 /usr/lib/hpux64/libssl.so.1 -> /opt/openssl/lib/hpux64/libssl.so.1
Regards
Yash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 03:47 AM
тАО03-17-2009 03:47 AM
Re: ssh error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 03:53 AM
тАО03-17-2009 03:53 AM
Re: ssh error
lrwxr-xr-x 1 root sys 35 Feb 25 15:55 /usr/lib/hpux64/libcrypto.a -> /opt/openssl/lib/hpux64/libcrypto.a
lrwxr-xr-x 1 root sys 36 Feb 25 15:55 /usr/lib/hpux64/libcrypto.so -> /opt/openssl/lib/hpux64/libcrypto.so
lrwxr-xr-x 1 root sys 38 Feb 25 15:55 /usr/lib/hpux64/libcrypto.so.0 -> /opt/openssl/lib/hpux64/libcrypto.so.0
lrwxr-xr-x 1 root sys 38 Feb 25 15:55 /usr/lib/hpux64/libcrypto.so.1 -> /opt/openssl/lib/hpux64/libcrypto.so.1
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 04:01 AM
тАО03-17-2009 04:01 AM
Re: ssh error
SHLIB_PATH=$SHLIB_PATH:/opt/openssl/lib/hpux64:/usr/lib/hpux64
and start /etc/init.d/sshd restart
and try
ssh localhost
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 07:52 AM
тАО03-17-2009 07:52 AM
Re: ssh error
SHLIB_PATH=$SHLIB_PATH:/opt/openssl/lib/hpux64:/usr/lib/hpux64
This shouldn't be needed because of the symlinks in the default path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 08:42 PM
тАО03-17-2009 08:42 PM
Re: ssh error
Still not resolved the issue.
If anybody can solve this I will assign 10 points to all his suggestions.
Regards
Yash