On Nov 3, 2008, at 11:28 AM, elflord woods wrote:

hello
i've just installed 4.4 and answered yes during installation for the default
start of sshd

yet the sshd didn't start after reboot

and then i add enable_sshd=YES in /etc/rc.local
but then it complains that it could not load host key

Add 'sshd_flags=""' to /etc/rc.conf.local.

The host keys are generated on first run by ssh-keygen(1), called from rc(8) if /etc/ssh/ssh_hos_{rsa,dsa}_key doesn't exist. You can create them manually, if you want to, just dig through /etc/rc until you see ssh_keygen called to find out how.

Reply via email to