- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem installing SSHD
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
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
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
01-14-2002 01:56 AM
01-14-2002 01:56 AM
I download from :
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.0.2p1/
I install EGD (Entropy Gathering Daemon) and run with:
/opt/perl5/bin/egd.pl /opt/openssh2/etc/ssh_prng_cmds
I try now to run sshd and I get this message:
couldn't read entropy commands file /opt/openssh2/etc/ssh_prng_cmds: Operation not supported
Can somebody help me??? , please....
THANKS
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 04:48 AM
01-14-2002 04:48 AM
Re: Problem installing SSHD
I downloaded the openssh from http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.0.2p1/, and made the installation without problem.
I followed the sequence:
1- download the openssh-3.0.2p1 and openssl-0.9.6(wich is a dependence for opensh installation. You can download it from http://hpux.cs.utah.edu/hppd/hpux/Languages/openssl-0.9.6/)
2- Transfer the files to HP as binary.
3- Gunzip the files.
#gunzip /tmp/openssh-3.0.2p1-sd-11.00.depot.gz
#gunzip /tmp/openssl-0.9.6-sd-11.00.depot.gz
4- Install the openssl-0.9.6
#swinstall /tmp/openssl-0.9.6-sd-11.00.depot
5- Finally install openssh-3.0.2p1
#swinstall -s /tmp/openssh-3.0.2p1-sd-11.00.depot
Hope this help
Luciano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 05:32 AM
01-14-2002 05:32 AM
Re: Problem installing SSHD
but my HP-UX version is 10.20 and not 11.x.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 06:24 AM
01-14-2002 06:24 AM
Re: Problem installing SSHD
Regards
Luciano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 04:44 AM
01-15-2002 04:44 AM
Re: Problem installing SSHD
I install PRNGD and now when I try to run the server I get the next message:
averroes # ../sbin/sshd -d
debug1: Seeded RNG with 40 bytes from programs
debug1: Seeded RNG with 3 bytes from system calls
debug1: sshd version OpenSSH_3.0.2p1
Could not load host key: /opt/openssh2/etc/ssh_host_key
Disabling protocol version 1. Could not load host key
sshd: no hostkeys available -- exiting.
debug1: writing PRNG seed to file //.ssh/prng_seed
Help, please....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 06:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 02:26 AM
01-16-2002 02:26 AM
Re: Problem installing SSHD
I generated the host key with ssh-keygen (whitout parameters) and I enter a file name and a passphrase. But don??t work fine.
With -N "" -f /path/filename all work fine.