IT-Blog
limit user rights - Jail Shell RSSH (Debian)
- Details
- Erstellt am Dienstag, 10. November 2009 20:46
Another nice way to create users on linux that have just rights for scp/ftp/cvs/rdist/rsync is RSSH (restricted ssh).
Example (for debian)
installation
apt-get install rssh
configure the rights by editing the config file (uncomment the things he should be able to do)
vi /etc/rssh.conf
add user or modify a already existing user
useradd -m -d /home/heinzi -s /usr/bin/rssh heinzi
usermod -s /usr/bin/rssh heinzi
Now the user can just access by the application you choose for him in rssh.conf.

essay writers
Posted at 2010-10-14 09:20:38
So if I understood rigt, this will make my rights much wider, will it? Cause I don't quite follow..




Manfred Hofbauer
Posted at 2010-10-18 17:19:03
no, with rssh approach you can control which use gets which right by editing the rssh.conf
Auf Kommentar antworten