Opened 14 years ago
Last modified 11 years ago
#7176 new Bug report
FileZilla SFTP does not accept >=100 char passwords
Reported by: | WebDawg | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Client |
Keywords: | sftp authentication | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows 7 |
Description
TAKES THE PASSWORD BUT DOES NOT SEND TO SERVER.
ANYTHING OVER 99 CHARS AND I CAN AUTHENTICATE.
Trace: Pageant is running. Requesting keys.
Trace: Pageant has 0 SSH-2 keys
Command: Pass:
Trace: Sent password
Trace: Access denied
Error: Authentication failed.
WORKS WHEN I CHANGE LENGTH OF PASSWORD
Change History (2)
comment:1 by , 11 years ago
Operating system type: | Linux → Windows |
---|---|
Operating system version: | DEBIAN LENNY → Windows 7 |
comment:2 by , 11 years ago
Keywords: | sftp authentication added; SFTP FAIL AUTHENTICATION LONG PASSWORD removed |
---|---|
Summary: | FILEZILLA SFTP DOES NOT ACCEPT >=100 CHAR PASSWORDS → FileZilla SFTP does not accept >=100 char passwords |
Note:
See TracTickets
for help on using tickets.
I realize this is an old report, however I just ran into this myself.
I'm using Filezilla 3.8.0 on Win 7 - when using sftp a password with more than 99 characters will not work. Filezilla will only use the first 99 characters as the password. Anything after that is instead seen as a command. for example - if I configure a password of 99 characters on the host that I want to connect to, and then fill in a >99 password, in this example 102 characters I will get 'Error:Unknown command: "8AB"' and 8AB equals the characters 100/101/102 of the password I sent.
This is the console output if I use a valid 99-char password + 3 additional characters (8AB) at the end of the password (character 100/101/102):
Status: Connecting to domain.com...
Response: fzSftp started
Command: keyfile "C:\Users\Niels\SSH Keys\voice\voice-private.ppk"
Command: open "voice@…" 22
Command: Pass:
Status: Connected to domain.com
Status: Retrieving directory listing...
Command: pwd
Error: Unknown command: "8AB"
Error: Server returned empty path.
Error: Failed to retrieve directory listing
Response: Current directory is: "/"
Status: Disconnected from server