![]() |
jailkit ssh user and mysql access
Hello to all. Today I wanted to give to a specific ssh user access to mysql. This user was created with jailkit chroot access on the server. What I did was to copy the necessary files from root to this user's folders. To be more speciic I did the following:
1. Copied /usr/bin/mysql to /var/www/clients/client1/webX/usr/bin/ 2. Copied /usr/lib/libmysqlclient.so.16 to /var/www/clients/client1/webX/usr/lib/. This file is a link, so I copied and the equivalent library file in the same folder 3. Copied /usr/lib/libstdc++.so.6 to /var/www/clients/client1/webX/usr/lib/. Same as above. 4. Copied /lib/libgcc_s.so.1 to /var/www/clients/client1/webX/lib/ By doing these steps, the user got access to the mysql, and only on his own domain database, as I wanted. What I would like to ask is if what I did was the right way to configure that, or there is a better way to do it. Thank you all for your time. |
That procedure is ok. You used the "manual" way. The jailkit tools which are used in ispconfig have also a function to copy commands incl. their libraries into a jail:
http://olivier.sessink.nl/jailkit/jk_cp.8.html |
| All times are GMT +2. The time now is 07:46. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.