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

Prioritize identity set in bookmark before enumerating #13680

Closed
AliveDevil opened this issue Aug 22, 2022 · 4 comments · Fixed by #13698
Closed

Prioritize identity set in bookmark before enumerating #13680

AliveDevil opened this issue Aug 22, 2022 · 4 comments · Fixed by #13698
Assignees
Labels
sftp SFTP Protocol Implementation
Milestone

Comments

@AliveDevil
Copy link
Contributor

There are servers disconnecting users after one failed authentication attempt.
Using SFTP Agent authentication can result in numerous failing attempts.

Is there a way where we can sort the list of identities found by priority (identity set in bookmark first, then all others)?

@AliveDevil AliveDevil added the sftp SFTP Protocol Implementation label Aug 22, 2022
@dkocher
Copy link
Contributor

dkocher commented Aug 22, 2022

See also #13442.

@dkocher
Copy link
Contributor

dkocher commented Aug 22, 2022

Ordering was changed in a7cd0ba.

@dkocher dkocher added this to the 8.4.4 milestone Aug 22, 2022
@dkocher dkocher changed the title Sftp prioritize identity set in bookmark before enumerating Prioritize identity set in bookmark before enumerating Aug 30, 2022
@dkocher
Copy link
Contributor

dkocher commented Aug 30, 2022

See also #13675.

@manuel-koch
Copy link

manuel-koch commented Oct 12, 2022

I updated to Version 8.4.5 (38423) and the issue still happens. I can still access my server via console with plain ssh command but Cyberduck keeps complaining about "Too many authentication failures." despite my attempt to give it the proper ssh-key-file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sftp SFTP Protocol Implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants