-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to authenticate where keyboard-interactive mechanism is not supported #10714
Comments
Hello, Can this ticket be reviewed and any possible ETA provided, please? |
Ticket retargeted after milestone closed |
Hello, Please let us know whether you any any updates on this ticket? |
Can you provide a temporary test account on the server? |
Hello, Thank you for your reply! Yes, we can provide you with FTP test account login credentials. Please provide us with the email address where we may send the login credentials securely. Looking forward to your reply! |
Replying to [comment:7 CSHost]:
Please write to [support@cyberduck.io]. |
Hello, Just wanted to let you know that we have sent the login details to your email account on August 14. It has the same subject as this ticket does. Looking forward to your reply. |
The server is closing the transport channel after the auth with |
This is also reported by the server with |
Hi, original poster here. Well, I think it's because the client blindly tries with keyboard-interactive without asking the supported methods from the server. https://www.ietf.org/rfc/rfc4252.txt Section 4. The server drives the authentication by telling the client which |
Replying to [comment:12 Seayou]: We receive the list of allowed authentication methods that can continue only after the first |
Replying to [comment:13 dkocher]:
I see there is a method to properly handle this |
Server is ProFTPd where keyboard-interactive method is not allowed.
Authentication works fine from lftp, filezilla, etc, but from CyberDuck :) Obviously happens both under OSX and Windows
Debug logs from server side (the part that matters here):
From client side:
It'd be nice to try password method first
The text was updated successfully, but these errors were encountered: