Operating System - HP-UX
1833757 Members
2409 Online
110063 Solutions
New Discussion

sshd2 defaults file MISSING

 
chaabaoui
Occasional Advisor

sshd2 defaults file MISSING

Hi,
After having rebooted my HP 9000 UX 11.00, The rc.log file shows this ERROR

ERROR: /etc/rc.config.d/sshd2 defaults file MISSING
Output from "/sbin/rc2.d/S900sshd2 start":
----------------------------
ERROR: /etc/rc.config.d/sshd2 defaults file MISSING
"/sbin/rc2.d/S900sshd2 start" FAILED

1-What's the problem?
2-Is it critical?
3-How to resolve it?

Regards & Thanks for help
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: sshd2 defaults file MISSING

Hi,

Could it be someone created a backup of the /sbin/rc2.d/S900sshd file to /sbin/rc2.d/S900sshd2 ?

Regards,
Robert-Jan
chaabaoui
Occasional Advisor

Re: sshd2 defaults file MISSING

Thank you very much for help.
Could you take a look to my /sbin/rc2.d/s900sshd2 ?

After checking my /sbin/rc2.d directory, it appears that :
1- sshd file is named /sbin/rc2.d/sshd2 not sshd as you said
2- /etc/rc.config/sshd2 doesnt exit.

regards, GIP-CPS
Ermin Borovac
Honored Contributor

Re: sshd2 defaults file MISSING

Just create /etc/rc.config.d/sshd2 with the following line.

SSH2_DAEMON=1

That will enable ssh daemon startup at reboot.