Skip to content
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

Wrong password sent after partial authentication success #6698

Closed
cyberduck opened this issue May 25, 2012 · 2 comments
Closed

Wrong password sent after partial authentication success #6698

cyberduck opened this issue May 25, 2012 · 2 comments
Assignees
Labels
bug fixed sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

7cff5db created the issue

I have a firewall in place between the Cyberduck client and the SSH server I want to connect to. The firewall intercepts the SSH connection and requires an additional authentication step.

So I connect to the firewall and Cyberduck asks me for the first password (for the firewall). At this stage only the "password" authentication scheme is supported. When I enter the correct password Cyberduck says "partial authentication success" and asks me for the second (server) password. Now the "password" and "keyboard-interactive" schemes are supported.

Regardless of what I enter as the second password, Cyberduck always sends the first password again. The SSH server rejects it, Cyberduck once again asks for a password and finally transmits it correctly.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 36f1cce.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

See also #7865.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants