There was an error while loading. Please reload this page.
Use the generic key in Dropbox/Willet/keys, change to root: ssh -i willet-generic.pem ubuntu@ftp.secondfunnel.com sudo su
Dropbox/Willet/keys
root
ssh -i willet-generic.pem ubuntu@ftp.secondfunnel.com
sudo su
Create new user: useradd -d /str/ftp/<directory> -s /sbin/nologin <ftp_user_name> passwd <ftp_user_name>
useradd -d /str/ftp/<directory> -s /sbin/nologin <ftp_user_name>
passwd <ftp_user_name>
Edit user: usermod ...
usermod ...
In /etc edit vsftpd.conf. Reference: vsFTPd docs. Remember to restart the process to activate changes: service vsftpd restart
/etc
vsftpd.conf
service vsftpd restart
Start with these instructions. Follow appropriate instructions for installing s3fs for your OS flavor.