sshd_config question

2008-06-29 Thread Jeff Richards
Hi.  I have configured sshd in OpenBSD to require publickey authentication. I've tried configuring FreeBSD to do the same, but I can still login via keyboard authentication. Here are the options I have in my sshd_config: PasswordAuthentication no ChallengeResponseAuthentication no UsePAM no

Re: sshd_config question

2008-06-29 Thread Brandon S. Allbery KF8NH
On 2008 Jun 29, at 19:22, Jeff Richards wrote: After setting those options I kill -HUP the sshd process. I thought sshd ignored SIGHUP and you had to actually stop and restart it to pick up configuration changes. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL

Re: sshd_config question

2008-06-29 Thread Pollywog
On Sunday 29 June 2008 23:55:25 Brandon S. Allbery KF8NH wrote: On 2008 Jun 29, at 19:22, Jeff Richards wrote: After setting those options I kill -HUP the sshd process. I thought sshd ignored SIGHUP and you had to actually stop and restart it to pick up configuration changes. IIRC, I use

Re: sshd_config question

2008-06-29 Thread Jeremy Chadwick
On Mon, Jun 30, 2008 at 02:54:57AM +, Pollywog wrote: On Sunday 29 June 2008 23:55:25 Brandon S. Allbery KF8NH wrote: On 2008 Jun 29, at 19:22, Jeff Richards wrote: After setting those options I kill -HUP the sshd process. I thought sshd ignored SIGHUP and you had to actually stop