Re: 4.4 sshd didn't start

2008-11-03 Thread Rogier Krieger
On Mon, Nov 3, 2008 at 21:08, Bryan Irvine <[EMAIL PROTECTED]> wrote: > Should be in rc.conf.local? If I'm not mistaken [1], you will only see a change in /etc/rc.conf.local if you select 'no' for starting sshd by default. To the OP: > On Mon, Nov 3, 2008 at 11:28 AM, elflord woods <[EMAIL PROT

Re: 4.4 sshd didn't start

2008-11-03 Thread johan beisser
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 A

Re: 4.4 sshd didn't start

2008-11-03 Thread Bryan Irvine
On Mon, Nov 3, 2008 at 11:28 AM, elflord woods <[EMAIL PROTECTED]> 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 tha

Re: 4.4 sshd didn't start

2008-11-03 Thread Lars Noodén
elflord woods wrote: > but then it complains that it could not load host key There's your clue. > i couldn't find documents on how to start the sshd service http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config http://www.openbsd.org/cgi-bin/man.cgi?query=sshd > what [else] can i do ? Check

Re: 4.4 sshd didn't start

2008-11-03 Thread soko.tica
On 11/3/08, elflord woods <[EMAIL PROTECTED]> wrote: > and then i add enable_sshd=YES in /etc/rc.local You should enable it in /etc/rc.conf , not in /etc/rc.local

4.4 sshd didn't start

2008-11-03 Thread elflord woods
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 i couldn't find documents on how to start the sshd service