[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: privsep checking
> -----Original Message-----
> From: owner-misc@openbsd.org [mailto:owner-misc@openbsd.org]On Behalf Of
> lars.fricke@web.de
> Sent: Tuesday, June 25, 2002 7:32 AM
> To: TedU
> Cc: misc@openbsd.org
> Subject: Re: privsep checking
>
>
> > Is there some method to verify that sshd is running in privsep mode?
>
> ssh to the box with a non-root user. "ps -ax | grep sshd" should
> show two sshd for the user, one of them [priv].
Lovely. So, if I followed the instructions given, and things seemed to have
gone fine, but upon checking this, there's only one sshd for the non-root
user, and UsePrivilegeSeparation is set to yes in /etc/sshd_config (this is
on both a 2.9 and 3.0 box), where should one look to fix the issue?
Bob