first, are you running a central directory server, or does each user have a local account on the >machine? and second, do the users need shell access on the server for any other purpose?
It is a single server environment, as an open directory master (leaving room for expansion), only one local user (not an active user, just a server admin account), the others are all in the 192.168.2.20 LDAP directory.
None of the users need shell access for any reason at all. I didn't want anyone using straight FTP since they will sit at the coffee shop open wireless and ftp into the server, not good. I knew that SFTP would be secure transmission of data and password/credentials.
The reason I ask about the central directory is because if you're running a directory, you just need >to add the group there.
where is the /etc/sshd_config directory located for a directory other than the local one?
Since I don't need shell access for my users, would it be better to just set up FTP-SSL? I haven't seen any good explanation of how to set up ftp-ssh or any other version of secure ftp. Any suggestions on setting that up or where to go for information? It would be great to not have the whole chroot problem that we have now with SFTP.
That would be my preference from what you have said here.
thanks a lot for the help. I will put the "allowgroup" fix in place until I can learn more about the ftp-ssl idea.
thanks again