Skip to content

Instantly share code, notes, and snippets.

@mjinks
Last active September 15, 2015 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjinks/84003b56b815ddfb780b to your computer and use it in GitHub Desktop.
Save mjinks/84003b56b815ddfb780b to your computer and use it in GitHub Desktop.
ssl_sslv3: 'NO'
require_ssl_reuse: 'NO'
ssl_ciphers: 'HIGH'
userlist_deny: 'NO'
userlist_enable: 'YES'
userlist_file: '/etc/vsftpd/vsftpd.user_list'
user_config_dir: '/etc/vsftpd/vsftpd_user_conf'
{{ option('ssl_sslv3', 'NO') }}
{{ option('require_ssl_reuse', 'NO') }}
{{ option('ssl_ciphers', 'HIGH') }}
{{ option('userlist_deny', 'NO') }}
{{ option('userlist_enable', 'YES') }}
{{ option('userlist_file', '/etc/vsftpd/vsftpd.user_list') }}
{{ option('user_config_dir', '/etc/vsftpd/vsftpd_user_conf') }}
-userlist_deny=NO
+#userlist_deny=NO
-userlist_enable=YES
+#userlist_enable=YES
-userlist_file=/etc/vsftpd/vsftpd.user_list
+#userlist_file=/etc/vsftpd/vsftpd.user_list
-user_config_dir=/etc/vsftpd/vsftpd_user_conf
+#user_config_dir=/etc/vsftpd/vsftpd_user_conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment