SSH access to several users - jail ssh and limits

Support for security such as Firewalls and securing linux
Post Reply
code
Posts: 1
Joined: 2012/09/04 11:43:27

SSH access to several users - jail ssh and limits

Post by code » 2012/09/04 11:49:47

Hello all,
I just installed CentOS 6.3 on a PC in our company.
PC should be used as a development server.

we have 6 developers in the company and each should have a user.
1. each user should have access only to his home directory.
2. all of the developers should have access to /var/www folder
3. all developers should have access to use svn and git
4. access git repositories should be by users
for examples user 1 + 3 can access repository called site1
users 2+4 can access repository called site2

can you refer me to guides / ways to do any of the following ?
or if some one can explain here ? at the moment im blank :)

Post Reply