jailkit ssh user and mysql access

Discussion in 'Installation/Configuration' started by walkero, Oct 12, 2011.

  1. walkero

    walkero New Member

    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.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. gring

    gring Member

    Is it still the right way to do it.

    And since it is a copy of the files, does it still work when mysql is updated ?

    Thanks.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The purpose of a jail is to create a copy of system files and limit the user to use only the files in that jail. Jailkit provides alaos commands to update the files inside the jail.
     
  5. gring

    gring Member

    Thanks, so it means under Debian / Ubuntu you can't use unattended-upgrades and write instead a script that will first upgrade and then run the jail files update tool.
     

Share This Page