Saturday, April 6, 2013

Per user setting in vsftpd


Guys, you know it is possible to set configuration option on per user basis in vsftpd.

Just set a parameter “user_config_dir=/etc/vsftpd_user_list” in vsftpd.conf

EXAMPLE- Then when a user amit tries to login in, vsftpd will seek ftp settings in the file “/etc/vsftpd_user_list/amit” for that session.

You could define any valid vsftpd parameter in this file and this will be applicable for that user only.

No comments:

Post a Comment

Renew k8s certificates

Check If certificate expires: amikum@~:03:06:54(⎈ |local-cluster:default):sudo kubeadm certs check-expiration CERTIFICATE                EXP...