Replies: 2 comments 2 replies
-
Would need some more logging context as all available identities should be tried as long as the server doesn't reject any more due to too many auth requests. Can you please share the whole log file from a connection attempt? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've sent logs via the support ticket. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When Mountain Duck attempts to connect to Pageant (and I assume ssh-agent), and multiple keys are present, Mountain Duck attempts to authenticate with one key at random.
If this key is not allowed into the server, Mountain Duck then gives up trying to log in. What Mountain Duck should be doing is trying all keys until one succeeds, not just one.
As a result, we have random and unpredictable auth failures.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All keys available are tried in turn against the server, until the correct one works.
Screenshots
Desktop (please complete the following information):
Log Files
Beta Was this translation helpful? Give feedback.
All reactions