Skip to content

Instantly share code, notes, and snippets.

View caseycoding's full-sized avatar
🐢
woof

Casey Billman caseycoding

🐢
woof
View GitHub Profile
@caseycoding
caseycoding / vsftpd.md
Last active January 17, 2024 10:46 — forked from giordanocardillo/Install vsftpd with virtual users on Ubuntu 14.04.md
vsftpd with virtual users (htpasswd), s3fs

OS: Ubuntu 16.04

First you need vsftp and PAM installed

sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install vsftpd libpam-pwdfile apache2-utils s3fs -y

Edit /etc/vsftpd.conf

sudo cp /etc/vsftpd.conf /etc/vsftpd.conf.orig