Dan904 / Plutonium-EC2-Server

0 stars 0 forks source link

Add vsftpd #7

Open Dan904 opened 8 years ago

Dan904 commented 8 years ago

Add vsftpd to all new boxes with only the creation of a pem file and ip entered to the firewall limiting access.

Reference https://gist.github.com/gunjanpatel/37d306cd1585ece1179b https://github.com/k0st1an/ansible-vsftpd

Dan904 commented 8 years ago

add user tlp-ftp create per box pub ssh file add tlp-ftp to nginx group limit ftp access to only /var/www/html/ and /home/tlp-ftp make sure everything is logged with vsftpd

Dan904 commented 7 years ago

Resources from installing it on burton.

http://www.firewall.cx/linux-knowledgebase-tutorials/system-and-network-services/875-linux-vsftpd-setup-configure.html http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/managing-users.html http://mikeeverhart.net/2015/04/aws-change-or-add-ssh-keys/ http://wiki.vpslink.com/Configuring_vsftpd_for_secure_connections_(TLS/SSL/SFTP) https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2