Is MySecureShell a good way to manage SFTP user with chroot on a Centos Server?
- by benjisail
Hi,
I need to setup my Centos 5.4 server for SFTP with chrooted access only (or equivalent).
The regular solution using RSSH find here : http://www.cyberciti.biz/tips/howto-linux-unix-rssh-chroot-jail-setup.html seems over-killing to me if we want to manage multiple users...
I found the project MySecureShell which seems a lot simpler to install and to maintain.
Is it a good solution? Is there something better?
Thanks!!