Hallo,
beim Anlegen von shh-Usern mit Jailkit scheint es einen Fehler zu geben. Ohne Jailkit funktioniert soweit alles, mit Jailkit wird die Verbindung sofort wieder getrennt:
jk_check jail auf dem server gibt folgendes aus:
Jailkit wurde vor ISPConfig installiert. Das Hostsystem ist ein aktuelles Debian Lenny, Ispconfig liegt in V. 3.0.3 vor und Jailkit dürfte 2.5 sein.
beim Anlegen von shh-Usern mit Jailkit scheint es einen Fehler zu geben. Ohne Jailkit funktioniert soweit alles, mit Jailkit wird die Verbindung sofort wieder getrennt:
Code:
ssh sshtest@xxx.org
sshtest@xxx.org's password:
Linux xxx.xxx.org 2.6.26-2-686-bigmem #1 SMP Thu Nov 25 01:59:22 UTC 2010 i686
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Dec 7 12:37:48 2010 from xxx.xxx.xxx.xxx
Connection to xxx.org closed.
Code:
xxx:/# jk_check jail
WARNING: /usr/jk_check.ini does not exist, only checking jails found in /etc/passwd
ERROR: user web2 does not exist in /var/www/clients/client0/web2//etc/passwd
Traceback (most recent call last):
File "/usr/sbin/jk_check", line 289, in <module>
main()
File "/usr/sbin/jk_check", line 286, in main
activateConfig(configfile, verbose)
File "/usr/sbin/jk_check", line 235, in activateConfig
jails = testrealpasswd()
File "/usr/sbin/jk_check", line 215, in testrealpasswd
if (rpw[6].trim() != chrootsh):
AttributeError: 'str' object has no attribute 'trim'
xxx:/#