

Server setup for sftp onlyĬreate a new group to add all your jailed chroot users on the server ~]# groupadd sftpusersĬreate a common directory for all of your jailed chroot users ~]# mkdir /sftpĬreate a subdirectory for each individual user that you want to chroot ~]# mkdir /sftp/user1Ĭreate the "home" directory for the user ~]# mkdir /sftp/user1/home

To chroot user1 and keep them jailed and locked down to a specified directory. Without making any changes, user1 has full access and can ssh or sftp and change to any directory. Verify that your sftp connection works without a password prompt ~]$ sftp to server

I found a file upload in the webmin file manager but it only seems to upload a single file at a time. I've got an instance of the Django appliance running on Amazon's EC2 service and I need to move a bunch of swf files over to it. This is a newbie question but I'm been unable to figure it out.
