moin moin ...
mein vsftpd sagt mir das er die datei
nich findet ... fehlermeldung: siehe titel :-/
falls es hilft hier die vsftp.conf
könnt ihr mir sagen was da los is ???
mein vsftpd sagt mir das er die datei
Code:
-rw-r--r-- 1 root root 12 2005-07-03 19:53 /etc/vsftpd.user_list
nich findet ... fehlermeldung: siehe titel :-/
falls es hilft hier die vsftp.conf
Code:
allow_anon_ssl=NO
# Only applies if ssl_enable is active. If set to YES, anonymous users will be allowed to use secured SSL connections.
anon_mkdir_write_enable=NO
#If set to YES, anonymous users will be permitted to create new directories under certain conditions. For this to work, the option write_enable must be activated, and the anonymous ftp user must have write permission on the parent directory.
anon_other_write_enable=NO
#If set to YES, anonymous users will be permitted to perform write operations other than upload and create directory, such as deletion and renaming. This is generally not recommended but included for completeness.
anon_upload_enable=NO
#If set to YES, anonymous users will be permitted to upload files under certain conditions. For this to work, the option write_enable must be activated, and the anonymous ftp user must have write permission on desired upload locations.
anon_world_readable_only=YES
#When enabled, anonymous users will only be allowed to download files which are world readable. This is recognising that the ftp user may own files, especially in the presence of uploads.
anonymous_enable=YES
#Controls whether anonymous logins are permitted or not. If enabled, both the usernames ftp and anonymous are recognised as anonymous logins.
ascii_download_enable=YES
#When enabled, ASCII mode data transfers will be honoured on downloads.
ascii_upload_enable=YES
#When enabled, ASCII mode data transfers will be honoured on uploads.
async_abor_enable=NO
#When enabled, a special FTP command known as "async ABOR" will be enabled. Only ill advised FTP clients will use this feature. Additionally, this feature is awkward to handle, so it is disabled by default. Unfortunately, some FTP clients will hang when cancelling a transfer unless this feature is available, so you may wish to enable it.
background=NO
#When enabled, and vsftpd is started in "listen" mode, vsftpd will background the listener process. i.e. control will immediately be returned to the shell which launched vsftpd.
check_shell=YES
#Note! This option only has an effect for non-PAM builds of vsftpd. If disabled, vsftpd will not check /etc/shells for a valid user shell for local logins.
chmod_enable=NO
#When enables, allows use of the SITE CHMOD command. NOTE! This only applies to local users. Anonymous users never get to use SITE CHMOD.
chown_uploads=NO
#If enabled, all anonymously uploaded files will have the ownership changed to the user specified in the setting chown_username. This is useful from an administrative, and perhaps security, standpoint.
chroot_list_enable=YES
#If activated, you may provide a list of local users who are placed in a chroot() jail in their home directory upon login. The meaning is slightly different if chroot_local_user is set to YES. In this case, the list becomes a list of users which are NOT to be placed in a chroot() jail. By default, the file containing this list is /etc/vsftpd.chroot_list, but you may override this with the chroot_list_file setting.
chroot_local_user=YES
#If set to YES, local users will be (by default) placed in a chroot() jail in their home directory after login. Warning: This option has security implications, especially if the users have upload permission, or shell access. Only enable if you know what you are doing. Note that these security implications are not vsftpd specific. They apply to all FTP daemons which offer to put local users in chroot() jails.
connect_from_port_20=YES
#This controls whether PORT style data connections use port 20 (ftp-data) on the server machine. For security reasons, some clients may insist that this is the case. Conversely, disabling this option enables vsftpd to run with slightly less privilege.
deny_email_enable=NO
#If activated, you may provide a list of anonymous password e-mail responses which cause login to be denied. By default, the file containing this list is /etc/vsftpd.banned_emails, but you may override this with the banned_email_file setting.
dirlist_enable=YES
#If set to NO, all directory list commands will give permission denied.
dirmessage_enable=NO
#If enabled, users of the FTP server can be shown messages when they first enter a new directory. By default, a directory is scanned for the file .message, but that may be overridden with the configuration setting message_file.
download_enable=YES
#If set to NO, all download requests will give permission denied.
dual_log_enable=NO
#If enabled, two log files are generated in parallel, going by default to /var/log/xferlog and /var/log/vsftpd.log. The former is a wu-ftpd style transfer log, parseable by standard tools. The latter is vsftpd's own style log.
force_dot_files=NO
#If activated, files and directories starting with . will be shown in directory listings even if the "a" flag was not used by the client. This override excludes the "." and ".." entries.
force_local_data_ssl=YES
#Only applies if ssl_enable is activated. If activated, all non-anonymous logins are forced to use a secure SSL connection in order to send and receive data on data connections.
force_local_logins_ssl=YES
#Only applies if ssl_enable is activated. If activated, all non-anonymous logins are forced to use a secure SSL connection in order to send the password.
guest_enable=NO
#If enabled, all non-anonymous logins are classed as "guest" logins. A guest login is remapped to the user specified in the guest_username setting.
hide_ids=YES
#If enabled, all user and group information in directory listings will be displayed as "ftp".
listen=NO
#If enabled, vsftpd will run in standalone mode. This means that vsftpd must not be run from an inetd of some kind. Instead, the vsftpd executable is run once directly. vsftpd itself will then take care of listening for and handling incoming connections.
listen_ipv6=NO
#If enabled, vsftpd will run in standalone mode. This means that vsftpd must not be run from an inetd of some kind. Instead, the vsftpd executable is run once directly. vsftpd itself will then take care of listening for and handling incoming connections.
local_enable=YES
#Controls whether local logins are permitted or not. If enabled, normal user accounts in /etc/passwd may be used to log in.
log_ftp_protocol=YES
#When enabled, all FTP requests and responses are logged, providing the option xferlog_std_format is not enabled. Useful for debugging.
ls_recurse_enable=NO
#When enabled, this setting will allow the use of "ls -R". This is a minor security risk, because a ls -R at the top level of a large site may consume a lot of resources.
no_anon_password=YES
#When enabled, this prevents vsftpd from asking for an anonymous password - the anonymous user will log straight in.
no_log_lock=NO
#When enabled, this prevents vsftpd from taking a file lock when writing to log files.
#This option should generally not be enabled.
#It exists to workaround operating system bugs such as the Solaris / Veritas filesystem combination which has been observed to sometimes exhibit hangs trying to lock log files.
one_process_model=NO
#If you have a Linux 2.4 kernel, it is possible to use a different security model which only uses one process per connection. It is a less pure security model, but gains you performance. You really don't want to enable this unless you know what you are doing, and your site supports huge numbers of simultaneously connected users.
passwd_chroot_enable=NO
#If enabled, along with chroot_local_user , then a chroot() jail location may be specified on a per-user basis. Each user's jail is derived from their home directory string in
#/etc/passwd. The occurrence of /./ in the home directory string denotes that the jail is at that particular location in the path.
pasv_enable=YES
#Set to NO if you want to disallow the PASV method of obtaining a data connection.
pasv_promiscuous=NO
#Set to YES if you want to disable the PASV security check that ensures the data connection originates from the same IP address as the control connection. Only enable if you know what you are doing! The only legitimate use for this is in some form of secure tunnelling scheme, or perhaps to facilitate FXP support.
port_enable=YES
#Set to NO if you want to disallow the PORT method of obtaining a data connection.
port_promiscuous=YES
# Set to YES if you want to disable the PORT security check that ensures that outgoing data connections can only connect to the client. Only enable if you know what you are doing!
run_as_launching_user=NO
#Set to YES if you want vsftpd to run as the user which launched vsftpd. This is useful where root access is not available. MASSIVE WARNING! Do NOT enable this option unless you totally know what you are doing, as naive use of this option can create massive security problems. Specifically, vsftpd does not / cannot use chroot technology to restrict file access when this option is set (even if launched by root). A poor substitute could be to use a deny_file setting such as {/*,*..*}, but the reliability of this cannot compare to chroot, and should not be relied on. If using this option, many restrictions on other options apply. For example, options requiring privilege such as non-anonymous logins, upload ownership changing, connecting from port 20 and listen ports less than 1024 are not expected to work. Other options may be impacted.
secure_email_list_enable=NO
#Set to YES if you want only a specified list of e-mail passwords for anonymous logins to be accepted. This is useful as a low-hassle way of restricting access to low-security content without needing virtual users. When enabled, anonymous logins are prevented unless the password provided is listed in the file specified by the email_password_file setting. The file format is one password per line, no extra whitespace. The default filename is /etc/vsftpd.email_passwords.
session_support=NO
#This controls whether vsftpd attempts to maintain sessions for logins. If vsftpd is maintaining sessions, it will try and update utmp and wtmp. It will also open a pam_session if using PAM to authenticate, and only close this upon logout. You may wish to disable this if you do not need session logging, and you wish to give vsftpd more opportunity to run with less processes and / or less privilege. NOTE - utmp and wtmp support is only provided with PAM enabled builds.
setproctitle_enable=NO
#If enabled, vsftpd will try and show session status information in the system process listing. In other words, the reported name of the process will change to reflect what a vsftpd session is doing (idle, downloading etc). You probably want to leave this off for security purposes.
ssl_enable=NO
#If enabled, and vsftpd was compiled against OpenSSL, vsftpd will support secure connections via SSL. This applies to the control connection (including login) and also data connections. You'll need a client with SSL support too. NOTE!! Beware enabling this option. Only enable it if you need it. vsftpd can make no guarantees about the security of the OpenSSL libraries. By enabling this option, you are declaring that you trust the security of your installed OpenSSL library.
ssl_sslv2=NO
#Only applies if ssl_enable is activated. If enabled, this option will permit SSL v2 protocol connections. TLS v1 connections are preferred.
ssl_sslv3=NO
#Only applies if ssl_enable is activated. If enabled, this option will permit SSL v3 protocol connections. TLS v1 connections are preferred.
ssl_tlsv1=NO
#Only applies if ssl_enable is activated. If enabled, this option will permit TLS v1 protocol connections. TLS v1 connections are preferred.
syslog_enable=YES
#If enabled, then any log output which would have gone to /var/log/vsftpd.log goes to the system log instead. Logging is done under the FTPD facility.
tcp_wrappers=NO
#If enabled, and vsftpd was compiled with tcp_wrappers support, incoming connections will be fed through tcp_wrappers access control. Furthermore, there is a mechanism for per-IP based configuration. If tcp_wrappers sets the VSFTPD_LOAD_CONF environment variable, then the vsftpd session will try and load the vsftpd configuration file specified in this variable.
text_userdb_names=NO
#By default, numeric IDs are shown in the user and group fields of directory listings. You can get textual names by enabling this parameter. It is off by default for performance reasons.
tilde_user_enable=NO
#If enabled, vsftpd will try and resolve pathnames such as ~chris/pics, i.e. a tilde followed by a username. Note that vsftpd will always resolve the pathnames ~ and ~/something (in this case the ~ resolves to the initial login directory). Note that ~user paths will only resolve if the file /etc/passwd may be found within the _current_ chroot() jail.
use_localtime=NO
#If enabled, vsftpd will display directory listings with the time in your local time zone. The default is to display GMT. The times returned by the MDTM FTP command are also affected by this option.
use_sendfile=YES
#An internal setting used for testing the relative benefit of using the sendfile() system call on your platform.
userlist_deny=YES
#This option is examined if userlist_enable is activated. If you set this setting to NO, then users will be denied login unless they are explicitly listed in the file specified
#by userlist_file. When login is denied, the denial is issued before the user is asked for a password.
userlist_enable=YES
#If enabled, vsftpd will load a list of usernames, from the filename given by userlist_file. If a user tries to log in using a name in this file,
#they will be denied before they are asked for a password. This may be useful in preventing cleartext passwords being transmitted. See also userlist_deny.
virtual_use_local_privs=NO
#If enabled, virtual users will use the same privileges as local users. By default, virtual users will use the same privileges as anonymous users, which tends to be more restrictive (especially in terms of write access).
write_enable=YES
#This controls whether any FTP commands which change the filesystem are allowed or not. These commands are: STOR, DELE, RNFR, RNTO, MKD, RMD, APPE and SITE.
xferlog_enable=NO
#If enabled, a log file will be maintained detailling uploads and downloads. By default, this file will be placed at /var/log/vsftpd.log, but this location may be overridden using the configuration setting vsftpd_log_file.
xferlog_std_format=NO
#If enabled, the transfer log file will be written in standard xferlog format, as used by wu-ftpd. This is useful because you can reuse existing transfer statistics generators. The default format is more readable, however. The default location for this style of log file is /var/log/xferlog, but you may change it with the setting xferlog_file.
accept_timeout=60
anon_max_rate=0
anon_umask=077
connect_timeout=60
data_connection_timeout=300
file_open_mode=0666
ftp_data_port=20
idle_session_timeout=300
listen_port=21
local_max_rate=0
local_umask=077
max_clients=3
max_per_ip=0
pasv_max_port=21
pasv_min_port=20
trans_chunk_size=0
# trans_chunk_size
# banned_email_file="/etc/vsftpd.banned_emails"
# banner_file
chown_username="root"
chroot_list_file="/etc/vsftpd.chroot_list"
# cmds_allowed
# deny_file
# dsa_cert_file
# email_password_file="/etc/vsftpd.email_passwords"
#ftp_username="ftp"
# ftpd_banner
# guest_username="ftp"
# hide_file
# listen_address
# listen_address6
# local_root
message_file=".massage"
nopriv_user="root"
pam_service_name="ftp"
# pasv_address
rsa_cert_file="/usr/share/ssl/certs/vsftpd.pem"
secure_chroot_dir="/usr/share/empty"
#ssl_ciphers="DES-CBC3-SHA"
# user_config_dir
# user_sub_token
[b]userlist_file="/etc/vsftpd.user_list"[/b]
vsftpd_log_file="/srv/ftp_log"
#xferlog_file="/var/log/xferlog"
könnt ihr mir sagen was da los is ???