Quote:
|
Originally Posted by till
Sure, first you will have to install a patched SSH daemon as chrooting is not supported by SSH by default.
See step 2 in this howto:
http://www.howtoforge.com/chrooted_ssh_howto_debian
Then you will have to enable it in ISPConfig in the file config.inc.php, set:
$go_info["server"]["ssh_chroot"] = 1;
The user account will be chrooted for every user with SSH enabled that you create or update.
|
What config.inc.php file?? I've got 3
Code:
/home/admispconfig/ispconfig/lib/config.inc.php
/home/admispconfig/ispconfig/web/phpmyadmin/config.inc.php
/root/ispconfig/scripts/lib/config.inc.php
Also.. the step 2 in the howto did give me an error about 'zlib' beeing old!
I've done the ./configure with the extra "--without-zlib-version-check" option.
** edit
I guess it's the
Code:
/home/admispconfig/ispconfig/lib/config.inc.php
as it's the only one with $go_info["server"]["ssh_chroot"] in it
Recent comments
2 days 1 hour ago
2 days 10 hours ago
2 days 13 hours ago
2 days 14 hours ago
2 days 15 hours ago
2 days 17 hours ago
2 days 19 hours ago
2 days 20 hours ago
3 days 12 hours ago
3 days 13 hours ago