<snip> > I want to have easy freedom in limiting user access. I have killed > telnetd, and only sshd. I want to allow some users access through ssh, > some through ftpd, and some through samba. How can I turn off user > access through ssh, but keep their account, and allow them access > through ftp? Can I allow users access to shares through samba, and > allow them to ftp in, but not ssh or telnet?
Just a note there: I imagine that if you install and make your users use ssh, it's because you do not want the passwords of the users to be visible through the net, isn't it? Other than that, you propose the use of ftp, which uses non-ciphered communication. Well, all the passwords that were not visible with ssh are now visible with ftp. > Basically, I want the default for each service to be no access, and then > add users to services indepently - each service allowing access on it > own. I don't know how to do it. Sorry. > Does this make sense? Is there an authentication package out there to > deal with this? Maybe, but you'll have to wait to some more complete response. Antonio