ftpusers — list of users that may not log in via the FTP daemon
The text file ftpusers
contains a list of
users that may not log in using the File Transfer Protocol
(FTP) server daemon. This file is used not merely for system
administration purposes but also for improving security
within a TCP/IP networked environment.
The ftpusers
file will typically contain a list of the users that either
have no business using ftp or have too many privileges to be
allowed to log in through the FTP server daemon. Such users
usually include root, daemon, bin, uucp, and news.
If your FTP server daemon doesn't use ftpusers
, then it is
suggested that you read its documentation to find out how to
block access for certain users. Washington University FTP
server Daemon (wuftpd) and Professional FTP Daemon (proftpd)
are known to make use of ftpusers
.
This page is part of release 4.16 of the Linux man-pages
project. A
description of the project, information about reporting bugs,
and the latest version of this page, can be found at
https://www.kernel.org/doc/man−pages/.
Copyright (c) 2000 Christoph J. Thompson <obituarylinuxbe.org> %%%LICENSE_START(GPLv2+_DOC_MISC) This is free documentation; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This manual is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this manual; if not, see <http://www.gnu.org/licenses/>. %%%LICENSE_END |