jailkit login problem

Discussion in 'Installation/Configuration' started by andronov, Dec 2, 2014.

  1. andronov

    andronov New Member

    Hello,

    I get the following error when I try to login with a ssh user i created with ISPconfig and jailkit option:

    Code:
    Dec  2 09:11:54 jk_chrootsh[31252]: now entering jail /var/www/clients/client11/web18 for user testtest (5017) with arguments 
    Dec  2 09:11:54 jk_chrootsh[31252]: ERROR: failed to execute shell /bin/bash for user testtest (5017), check the permissions and libraries of /var/www/clients/client11/web18//bin/bash
    I'm running ISPconfig version 3.0.5.4p3 and jailkit version 2.15-1.

    I have tried the solution in this post but it doesn't work
    https://www.howtoforge.de/forum/thr...ig-3-0-5-1-und-debian-wheezy.6730/#post-34884

    Also tried other answers I could find around the forum with no luck, how can i depug this further ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Dies the file /var/www/clients/client11/web18//bin/bash exist? And if yes, which permissions does it has?
     
  3. andronov

    andronov New Member

    It doesn't.

    I have the following files in /var/www/clients/client11/web18
    Code:
    # ls -l
    total 36
    drwxr-xr-x 2 web18 client11 4096 Dec  2 09:03 cgi-bin
    drwxr-xr-x 2 root  root     4096 Dec  2 09:04 etc
    drwxr-xr-x 4 root  root     4096 Dec  2 09:04 home
    drwxr-xr-x 2 root  root     4096 Dec  3 00:30 log
    drwx--x--- 2 web18 client11 4096 Dec  2 09:03 private
    drwxr-xr-x 2 root  root     4096 Dec  2 09:03 ssl
    drwxrwxrwx 2 web18 client11 4096 Dec  2 09:03 tmp
    drwxr-xr-x 3 root  root     4096 Dec  2 09:04 var
    drwxr-x--x 4 web18 client11 4096 Dec  3 00:30 web
     

Share This Page