Hi,
Beta 2 should fix this issue:
http://www.watchdirectory.net/cgi-bin/yabb25/YaBB.pl?num=1394863717/1#1The problem is that we can not reproduce the issue at all. It looks to me it is some kind of combination of FTP server and operating system.
Please disable the option "keep connection open as long as possible" and try the beta mentioned above.
mmmm, I now looked a little better at your log. Perhaps you are seeing something different. The issue Verne described was a memory access problem.
Please see section 2.4 on this page:
http://sock-raw.org/papers/openssh_librarySpecially this part:
OpenSSH tries to get that list of supported methods by sending a "none"
method request and then moving on to try the best available way to
authenticate..
That is exactly what we see in your log:
[30] Thu 20Mar14 15:01:50 - (001031) SSH2_MSG_USERAUTH_REQUEST: user: novo; service: ssh-connection;
type: none[31] Thu 20Mar14 15:01:50 - (001031) SSH2_MSG_USERAUTH_FAILURE: login failed
[30] Thu 20Mar14 15:01:50 - (001031) SSH2_MSG_USERAUTH_REQUEST: user: novo; service: ssh-connection;
type: passwordFirst an "attempt" with login type "none" (to list the connect types) and then trying the best available ("password" in this case). I will see if there is a way to skip the initial "none" connect and directly try to authenticate with a password.
Gert