Skip to content

Commit 73cd6c5

Browse files
committed
Hide FTP Application & Version
1 parent 888c8af commit 73cd6c5

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

install/debian/8/vsftpd/vsftpd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dual_log_enable=YES
1212
chroot_local_user=YES
1313
listen=YES
1414
pam_service_name=vsftpd
15+
ftpd_banner=Welcome! Please note that all activity is logged.
1516
userlist_enable=NO
1617
tcp_wrappers=YES
1718
force_dot_files=YES

install/debian/9/vsftpd/vsftpd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dual_log_enable=YES
1212
chroot_local_user=YES
1313
listen=YES
1414
pam_service_name=vsftpd
15+
ftpd_banner=Welcome! Please note that all activity is logged.
1516
userlist_enable=NO
1617
tcp_wrappers=YES
1718
force_dot_files=YES

install/ubuntu/14.04/vsftpd/vsftpd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dual_log_enable=YES
1212
chroot_local_user=YES
1313
listen=YES
1414
pam_service_name=vsftpd
15+
ftpd_banner=Welcome! Please note that all activity is logged.
1516
userlist_enable=NO
1617
tcp_wrappers=YES
1718
force_dot_files=YES

install/ubuntu/16.04/vsftpd/vsftpd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dual_log_enable=YES
1212
chroot_local_user=YES
1313
listen=YES
1414
pam_service_name=vsftpd
15+
ftpd_banner=Welcome! Please note that all activity is logged.
1516
userlist_enable=NO
1617
tcp_wrappers=YES
1718
force_dot_files=YES

install/ubuntu/18.04/vsftpd/vsftpd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dual_log_enable=YES
1212
chroot_local_user=YES
1313
listen=YES
1414
pam_service_name=vsftpd
15+
ftpd_banner=Welcome! Please note that all activity is logged.
1516
userlist_enable=NO
1617
tcp_wrappers=YES
1718
force_dot_files=YES

0 commit comments

Comments
 (0)