Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: Privilege separation user sshd does not exist

Subject: Re: Privilege separation user sshd does not exist
Date: Mon, 04 Jun 2007 13:33:38 -0500
On Mon, 2007-06-04 at 19:54 +0300, Cristian Stoica wrote:
Hi,

Hope this helps:
http://www.citi.umich.edu/u/provos/ssh/privsep-faq.html
I would say change this in the config file of ssh daemon
UsePrivilegeSeparation no


Cheers,
Cristian


Sadly, I'm running into other problems when I disable priv sep.  If I
start the daemon manually as follows, this is what I get:

From remote host

# ssh -l dallas 172.16.1.34

On the target I see these errors:

debug1: userauth-request for user dallas service ssh-connection method
none
debug1: attempt 0 failures 0
Invalid user dallas from 172.16.1.33
input_userauth_request: invalid user dallas
Failed none for invalid user dallas from 172.16.1.33 port 58128 ssh2

Can OpenSSH function without PAM if I also disable priv sep?

Currently I do not have PAM enabled in my OpenSSH build.

Thanks,
Dallas

p.s. I noticed in a document found on the web the following quote:

"PAM-enabled OpenSSH is known to function with privsep on Linux."

from http://sunfreeware.com/README.privsep


<Prev in Thread] Current Thread [Next in Thread>