PDA

Bekijk de volledige versie : vsftp login troubles



rmdijkman
10-06-2005, 21:33
Hi,

I followed the howto's no macsat(thanks for the great work BTW) and installed dropbear and vsftp. Dropbear works fine, but when I try to logon (using several clients) to vsftp I get:

sh: /lib/libexec/sftp-server: not found
Connection closed

Anybody knows what is wrong here?

My xinetd.conf:

defaults
{
instances = 60
log_type = SYSLOG authpriv info
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}

includedir /opt/etc/xinetd.d

My vsftp:

service ftp
{
disable = no
socket_type = stream
user = root
server = /opt/sbin/vsftpd
server_args = /opt/etc/vsftpd.conf
wait = no
nice = 10
}