Tag Archive | "vsftpd"

Setting up a FTP Server on debian

Tuesday, July 14, 2009

0 Comments

Install vsftpd Edit the file /etc/vsftpd.conf and make the following changes: Change Yes to No in the following line Uncomment the following lines by removing the # Finally restart the vsftpd You and any of your users should now be able to FTP the server

Continue reading...

Chroot Sftp

Sunday, May 3, 2009

0 Comments

Create a Chrooted group Open up /etc/ssh/sshd_config and add the following to the end of it Restart SSHD Then make users chrooted by adding them to the chrooted group Now when the user sftps the server they will only see the contents of there home folder

Continue reading...