- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Re starting openssh
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
05-16-2002 03:07 AM
05-16-2002 03:07 AM
The problem is that if i try to start it i get the following error message : ERROR: /etc/rc.config.d/sshd defaults file MISSING
./sshd[54]: test: Specify a parameter with this command.
Starting Secure Shell Daemon
couldn't read entropy commands file /opt/openssh2/etc/ssh_prng_cmds: No such file or directory
ssh-rand-helper child produced insufficient data
EXIT CODE: 255
I have four file in /opt/openssh2/etc which are as followed :
moduli.out ssh_config.out ssh_prng_cmds.out sshd_config.out
Could you please advise me on how i can get this daemon to start.
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 03:23 AM
05-16-2002 03:23 AM
SolutionOne, check the permissions on the files.
Two, when in the boot process is this supposed to start, because you have to make sure /opt is mounted and the network is up before you start openssh.
From the man pages of sshd:
Specifies the name of the configuration file. The default is /opt/openssh2/etc/sshd_config. sshd refuses to start if there is no configuration file.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 03:40 AM
05-16-2002 03:40 AM
Re: Re starting openssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 03:42 AM
05-16-2002 03:42 AM
Re: Re starting openssh
What fixed the issue?
thanks,
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 04:04 AM
05-16-2002 04:04 AM
Re: Re starting openssh
No does this mean that i add what is in /sbin/init.d/sshd.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 04:55 AM
05-16-2002 04:55 AM
Re: Re starting openssh
Look at these threads:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4ff8911284f5d5118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8ccf28e43106d6118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x70c6c8ecad09d6118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2ebca2db8513d6118ff40090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:00 AM
05-16-2002 07:00 AM
Re: Re starting openssh
Thanks again
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:19 AM
05-16-2002 07:19 AM
Re: Re starting openssh
Been there, done that! Too bad they aren't "bundled" into a simple install!
have fun with it!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 07:52 AM
05-23-2002 07:52 AM
Re: Re starting openssh
I have installed OpenSSH on 10.20. I installed prior to this the zlib & the openssl. Installation went fine, no problems. It did create the /opt/openssh2/etc. The files within etc are moduli.out, ssh_config.out, ssh_prng_cmds.out & sshd_config.out. When I go to start sshd the following comes up: "couldn't read entropy commands file /opt/openssh2/etc/ssh_prng_cmds: No such file or directory ssh-rand-helper child produced insufficient data".
I am about to start ripping my hair out! Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 07:59 AM
05-23-2002 07:59 AM
Re: Re starting openssh
you will have to create a script in /sbin/init.d called opensshd or if there is no other version call it sshd.
If you have another veersion of ssh running ensure you stop it.And then simply in /sbin/init.d start sshd.
ie
./sshd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 08:35 AM
05-23-2002 08:35 AM
Re: Re starting openssh
thanks so much for your prompt response. that helped immensely! I'm getting a little closer. :o) I am now getting the error below.
tw053s03 # ./sshd start
./sshd[47]: .: recursion too deep.
Any ideas on this one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 09:47 AM
05-23-2002 09:47 AM
Re: Re starting openssh
Starting Secure Shell Daemon
couldn't read entropy commands file /opt/openssh2/etc/ssh_prng_cmds: No such file or direc
tory
ssh-rand-helper child produced insufficient data
EXIT CODE: 255
Any advice would be greatly appreciated. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 10:21 AM
05-23-2002 10:21 AM
Re: Re starting openssh
tw053s03 # ./sshd start
Starting Secure Shell Daemon
./sshd[59]: Syntax error at line 2 : `(' is not expected.
baby steps.... :o)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 10:50 AM
05-23-2002 10:50 AM
Re: Re starting openssh
"tw053s03 # ./sshd start
starting script
in start
in else SSHD=1
Starting Secure Shell Daemon
couldn't read entropy commands file /opt/openssh2/etc/ssh_prng_cmds: No such file or direc
tory
ssh-rand-helper child produced insufficient data
/opt/openssh2/sbin/sshd executed
in set_return"
Please... anybody??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 01:04 PM
05-23-2002 01:04 PM
Re: Re starting openssh
cp moduli.out moduli
cp ssh_config.out ssh_config
cp ssh_prng_cmds.out ssh_prng_cmds
cp sshd_config.out sshd_config
Whallah! Everything worked after that!