Просмотр исходного кода

Hide FTP Application & Version

Raphael Schneeberger 7 лет назад
Родитель
Сommit
73cd6c52e8

+ 1 - 0
install/debian/8/vsftpd/vsftpd.conf

@@ -12,6 +12,7 @@ dual_log_enable=YES
 chroot_local_user=YES
 listen=YES
 pam_service_name=vsftpd
+ftpd_banner=Welcome! Please note that all activity is logged.
 userlist_enable=NO
 tcp_wrappers=YES
 force_dot_files=YES

+ 1 - 0
install/debian/9/vsftpd/vsftpd.conf

@@ -12,6 +12,7 @@ dual_log_enable=YES
 chroot_local_user=YES
 listen=YES
 pam_service_name=vsftpd
+ftpd_banner=Welcome! Please note that all activity is logged.
 userlist_enable=NO
 tcp_wrappers=YES
 force_dot_files=YES

+ 1 - 0
install/ubuntu/14.04/vsftpd/vsftpd.conf

@@ -12,6 +12,7 @@ dual_log_enable=YES
 chroot_local_user=YES
 listen=YES
 pam_service_name=vsftpd
+ftpd_banner=Welcome! Please note that all activity is logged.
 userlist_enable=NO
 tcp_wrappers=YES
 force_dot_files=YES

+ 1 - 0
install/ubuntu/16.04/vsftpd/vsftpd.conf

@@ -12,6 +12,7 @@ dual_log_enable=YES
 chroot_local_user=YES
 listen=YES
 pam_service_name=vsftpd
+ftpd_banner=Welcome! Please note that all activity is logged.
 userlist_enable=NO
 tcp_wrappers=YES
 force_dot_files=YES

+ 1 - 0
install/ubuntu/18.04/vsftpd/vsftpd.conf

@@ -12,6 +12,7 @@ dual_log_enable=YES
 chroot_local_user=YES
 listen=YES
 pam_service_name=vsftpd
+ftpd_banner=Welcome! Please note that all activity is logged.
 userlist_enable=NO
 tcp_wrappers=YES
 force_dot_files=YES