Hello all,
distribution: Ubuntu 16.04.2
i-MSCP 1.3.16 with latest InstantSSH plugin v5.0.1
we have InstantSSH plugin running on one server, and users can be created and i can login with defined password to their home directory.
My problem is
- that users do not get chrooted via sftp and i dont know the reason why that is not working.
- and that user1 on client1 can read files from user2 on client1.
i do get the imscp banner displayed after an ssh login.
1) root@cp.bergx2.de:~# more /etc/ssh/sshd_config |grep sftp
Subsystem sftp /usr/lib/openssh/sftp-server
2) in imscp admin interface i did check the option "restricted access" as a reseller for the client.
But still i have:
Remote working directory: /home/imscp_sftp01
instead /
3) we use the default gui/plugins/InstantSSH/config.php file with
'app_sections' => array(
'bashshell',
'netutils',
'dnsutils',
'editors'
),
Is there a setting somewhere to enable more strict permission checks / chroot feature or should i play around with chmod only?
thanks
MSU