- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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-17-2009 10:32 PM
тАО03-17-2009 10:32 PM
Re: ssh error
What does this show?
ll -L /usr/lib/hpux64/libcrypto*
Has OpenSSL installed the shlibs in /opt/openssl/lib/hpux64/?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2009 10:59 PM
тАО03-17-2009 10:59 PM
Re: ssh error
# ll -L /usr/lib/hpux64/libcrypto*
/usr/lib/hpux64/libcrypto.a not found
/usr/lib/hpux64/libcrypto.so not found
/usr/lib/hpux64/libcrypto.so.0 not found
/usr/lib/hpux64/libcrypto.so.1 not found
Has OpenSSL installed the shlibs in /opt/openssl/lib/hpux64/?
shlibs is not installed
# pwd
/opt/openssl/0.9.8/lib/hpux64
# ll
total 10208
-r-xr-xr-x 1 bin bin 5220352 Nov 16 2007 libcrypto.so.1
Regards
Yash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2009 12:02 AM
тАО03-18-2009 12:02 AM
Re: ssh error
/usr/lib/hpux64/libcrypto.a not found
You have found the cause. Your versions of SecureShell and OpenSSL don't go together. Either because they are incompatible or because of some packaging problems??
You could do as T G Manikandan suggested and use:
export LD_LIBRARY_PATH=/opt/openssl/0.9.8/lib/hpux64
Then do that /etc/init.d/sshd restart.
Also, are /opt/openssl/lib/hpux??/ empty?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2009 01:24 AM
тАО03-18-2009 01:24 AM
Re: ssh error
Thanks for the input
I have did
# export LD_LIBRARY_PATH=/opt/openssl/0.9.8/lib/hpux64
# /opt/ssh/sbin/sshd
/usr/lib/hpux64/dld.so: Unable to find library 'libcrypto.so.0'.
Killed
still same issue
Also, are /opt/openssl/lib/hpux??/ empty?
lib is under 0.9.7 and 0.9.8
# pwd
/opt/openssl
# l
0.9.7, 0.9.8
is it 2 versions of openssl installed?
# swlist | grep -i openssl
OpenSSL A.00.09.08g.001 Secure Network Communications Protocol
Regards
Yash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2009 11:55 AM
тАО03-18-2009 11:55 AM
Re: ssh error
If this fails, it is likely because LD_LIBRARY_PATH isn't enabled. You can check with "chatr /opt/ssh/sbin/sshd".
>lib is under 0.9.7 and 0.9.8
This means the symlinks in /usr/lib/hpux?? are broken. Either you change those or you select one version of openssl and add more synlinks:
ln -s ../0.9.8/lib /opt/openssl/lib
You might be able to see what's going wrong by using:
swlist -l file | fgrep /libcrypto.
This should show which fileset has that shlib and who is adding those symlinks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2009 09:03 PM
тАО03-18-2009 09:03 PM
Re: ssh error
openssl.OPENSSL-LIB: /opt/openssl/lib/hpux64/libcrypto.so.0
# openssl A.00.09.07-d.011 Secure Network Communications Protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2009 09:52 PM
тАО03-18-2009 09:52 PM
Re: ssh error
Yash if possible then re-install your open-ssh then check, if still problem is there then reboot the server.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2009 10:15 PM
тАО03-18-2009 10:15 PM
Re: ssh error
Rebooting isn't likely to make symlinks magically appear or shlibs to be installed in the correct path.
Though reinstalling the correct openssh/openssl would do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2009 11:32 PM
тАО03-18-2009 11:32 PM
Re: ssh error
SHLIB_PATH=$SHLIB_PATH:/opt/openssl/lib/hpux64:/usr/lib/hpux64
#/opt/ssh/sbin/sshd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 12:03 AM
тАО03-19-2009 12:03 AM
Re: ssh error
Thanks All
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 12:04 AM
тАО03-19-2009 12:04 AM
Re: ssh error
- « Previous
-
- 1
- 2
- Next »