Directadmin User-Level SSH Access

Orbixx

Verified User
Joined
May 2, 2008
Messages
44
Can anyone tell me exactly what the different is between standard SSH user accounts, and DA created SSH user accounts?

I have a few clients asking for SSH access, and I wouldn't be comfortable letting them have it unless there was some sort of half decent DA jailing or similar.
 
You can setup jailing with custombuild. If you dont then ssh is same as standard ssh.
 
Could you link me to some material that would enlighten me as to how to do that?
 
Login to ssh as root level user:

Type (Replace <username> with the actual user of the login you want to jail):
Code:
cd /usr/local/directadmin/custombuild
./build update
perl -pi -e 's/jail=no/jail=yes/' options.conf
./build all_jail
./jail/jail_user.sh <username>
 
You cant you have to copy all the bins to the users bin folder.
 
Back
Top