What is "Privilege Seperation" ?
Today, I figured out why I couldn't connect to a computer using SSH, like I used to do. The SSH Deamon wasn't running, so I tried to start it up again. It wouldn't, complaining about the lack of sshd user. Once I created that, sshd started again, and my problems were over.
After I got sshd back up and running, I noticed that it was running as root, not as the user I had to create in order to get it running. Hows that? I asked around a bit, and figured out it had something to do with someting called "Privilege Seperation." Looking for that on google I found a bunch of links that said something about where it's used, but not what it is. Can someone give me some pointers?