Hi.
I am trying to make chroot for secureftp on sme 7.4, and have tried the remoteuseraccess, but i unfortunately doesn´t work for sftp.
So now I am trying to do it using vsftpd. But I can´t get vsftpd to work, it seems that there is another sftp daemon running.
How do I disable this running server, and get vsftpd up running ??
Best regards
Loejf.
Hi. SFTP is really diferent from FTP(S), it's a new protocol, often using SSH as transport. Chrooting Sftp is really not an easy task as it requires creating jails, copying a lot of libs (and keep them up to date) etc...
A future version of OpenSSH (v 4.8 I think) will include an easy chroot mecanism, but it won't be available for SME 7, and I don't think it'll be for SME 8 either.
Now, you're talking about doing the same with vsftp. Vsftp is an FTP server, not SFTP. And of course, it'll hard to integrate it on SME Server because there's allready an FTP server, which is proftpd.