> From: "Craig" <[EMAIL PROTECTED]> > To: "LEAF" <[EMAIL PROTECTED]> > Date: Wed, 4 Sep 2002 12:31:34 -0700 > Subject: [leaf-user] Bering SSH set-up...SSH file??? > > Hi folks, > When I try the "svi sshd restart" command I get: "Priviledge > separation user sshd does not exist". Thank you for your help.
Craig, I'm just taking a wild guess here, but... Priviledge separation needs an "sshd" account on the system. Run `less /etc/passwd` and look for a line like this: sshd:x:51:65534::/var/run/sshd:/bin/false If you don't see a line starting with "sshd" you need to create an account. Edit your /etc/passwd file and add the above line. Then edit /etc/shadow and add: sshd:*:10091:0:99999:7::: Restart sshd and see if it works. (If it does, remember to backup the etc.lrp file) For more information, see http://leaf.sourceforge.net/devel/jnilo/packages/openssh-3.4p1/README.txt --Alan > > Craig ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
