Changes between Initial Version and Version 9 of Ticket #5480
- Timestamp:
- Aug 3, 2015, 12:54:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5480
- Property Status new → reopened
- Property Keywords sftp password public key too-many-authentication-failures added; SFTP pageant login failure denied removed
- Property Operating system type Linux
- Property Operating system version Ubuntu 10.04 x86_64 (2.6.32-24-generic) → both: Windows and Linux
- Property Summary SFTP fails with: Too many authentication failures for <username> → Password authentication not used if the public key authentication fails because of MaxAuthTries and number of keys in local agent
-
Ticket #5480 – Description
initial v9 3 3 Too many authentication failures for <username> 4 4 }}} 5 6 5 What happens is that FileZilla uses pageant, detects thse key pairs I have, connects to the server and doesn't send my password, but tries as many of those key pairs as it can, which I have never asked for (I have not imported any of my SSH keys to FileZilla). After a few failed authentication requests (due to non-matching keys), the server drops the connection. 7 8 6 My log (edits are marked <like so>): 9 10 7 {{{ 11 8 02:58:17 Status: Connecting to web.sourceforge.net... … … 95 92 02:58:43 Error: Could not connect to server 96 93 }}} 97 98 94 Starting filezilla as 99 95 {{{