On 8/30/05, Sean P. Malone <[EMAIL PROTECTED]> wrote:
> The system does ask for entropy upon the next reboot but the generation
> of the keys and startup of sshd fail since there is no /etc/ssh.
> 
> If the install program doesn't create /etc/ssh, what does and how do I
> get it back?
> 
> Thanks!
> 
> Sean

Judging by the Makefile in /usr/src/etc/Makefile, I'd say that all you
may have to do is mkdir /etc/ssh, and copy
/usr/src/crypto/openssh/{ssh_config,sshd_config,moduli} to /etc/ssh .
Then reboot and that entropy thing should work properly. (Alternately,
I think you could just run /etc/rc.d/sshd start ).
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to