-
Notifications
You must be signed in to change notification settings - Fork 3
anon.sh
Mason Sipe edited this page Oct 15, 2018
·
3 revisions
Purpose: Creates an anonymous vsftpd configuration profile.
Runtime: On Demand
Stages:
A: Stops VSFTPD
B: Creates a new configuration file. (/etc/vsftpd-anon.conf)
C: Writes into the new conf file. {
listen=YES
local_enable=NO
anonymous_enable=YES
anon_root=/home/anon_user
anon_max_rate=2048000
listen_adress= $(hostname -I)
listen_port=21
}
D: Adds the config file to vsftpd
E: Starts VSFTPD