Results 1 to 2 of 2
it is needed for sshd. how do I re-create it?
Thanks....
- 01-31-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 26
how to create sshd user? I miss-deleted it.
it is needed for sshd. how do I re-create it?
Thanks.
- 01-31-2007 #2
Well, my sshd user looks like this:
so the corresponding command would beCode:sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
This may be different. What distro and version are you running?Code:useradd -u 74 -g sshd -c "Privilege-seperated SSH" -m /var/empty/sshd -s /sbin/nologin sshd


Reply With Quote