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

Authenticated with partial success. #7469

Closed
cyberduck opened this issue Oct 1, 2013 · 2 comments
Closed

Authenticated with partial success. #7469

cyberduck opened this issue Oct 1, 2013 · 2 comments
Assignees
Labels
bug sftp SFTP Protocol Implementation thirdparty Issue caused by third party
Milestone

Comments

@cyberduck
Copy link
Collaborator

61fc57f created the issue

Cyberduck try with 'none' method -> server failed with SSH_MSG_USERAUTH_FAILURE (51) and ask for 'publickey'

Cyberduck try with 'publickey' method -> server succeed with SSH_MSG_USERAUTH_SUCCESS (52)

However Cyberduck open authentication window with "Authenticated with partial success" title instead of listing files.

@cyberduck
Copy link
Collaborator Author

61fc57f commented

This is a mina bug because mina send "Authenticated with partial success" with SSH_MSG_USERAUTH_FAILURE (51).
However it seems Cyberduck does not support this flag.

Without "Authenticated with partial success" flag, files are listed correctly.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We do support partial authentication responses for challenge response authentication with a token.

@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 sftp SFTP Protocol Implementation thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

2 participants