Skip to content

Instantly share code, notes, and snippets.

@leighghunt
Created July 6, 2014 23:49
Show Gist options
  • Save leighghunt/fec10344f0c54e2ffd22 to your computer and use it in GitHub Desktop.
Save leighghunt/fec10344f0c54e2ffd22 to your computer and use it in GitHub Desktop.
vsftpd cheatesheet
In ec2 firewall rules - enable 21, and 64000-64321
local_enable=YES
write_enable=YES
chroot_local_user=YES
pasv_enable=YES
port_enable=YES
pasv_min_port=64000
pasv_max_port=64321
pasv_address=54.79.75.128
pasv_addr_resolve=NO
allow_writeable_chroot=YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment