gssftpd
— A Kerberos-aware xinetd
-based FTP daemon that does not transmit authentication information over the network.
tux
) — A kernel-space Web server with FTP capabilities.
vsftpd
— A standalone, security oriented implementation of the FTP service.
vsftpd
FTP service.
vsftpd
, add the following directive to the /etc/vsftpd/vsftpd.conf
file:
ftpd_banner=<insert_greeting_here>
/etc/banners/
. The banner file for FTP connections in this example is /etc/banners/ftp.msg
. Below is an example of what such a file may look like:
######### # Hello, all activity on ftp.example.com is logged. #########
Note
220
as specified in Section 3.2.1.1.1, “TCP Wrappers and Connection Banners”.
vsftpd
, add the following directive to the /etc/vsftpd/vsftpd.conf
file:
banner_file=/etc/banners/ftp.msg