Todd, > would you mind explaining how that can be used to > prevent the user from executing programs other than > cvs through the ssh connection?
I think the solution was to use pserver for everyone except cvsadmin who would have access via ssh. What you are asking is an ssh configuration question - and the answer will vary a little from ssh version to version (even across different versions of openssh I believe). A quick post on the correct forum should do the trick ;) On HPUX putting 'exit' in each persons .profile (or presumably a test then exit in /etc/profile) does the trick, however this may still allow scp (can't remember). The same would presumably work on linux but you'd need to use the .bash_profile or something... Regards, Arthur
