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

Fix SSH 'Too many authentication failures' error. #275

Merged
merged 1 commit into from
Dec 7, 2013

Conversation

zts
Copy link
Contributor

@zts zts commented Dec 5, 2013

When the system provides an SSH agent, which has many loaded keys, the
SSH client may attempt to use these for authentication before trying
the identity specified by the SSH config or invocation.

This can result in the guest system aborting the connection (due to
too many failed attempts) before the correct key is tried.

When the system provides an SSH agent, which has many loaded keys, the
SSH client may attempt to use these for authentication before trying
the identity specified by the SSH config or invocation.

This can result in the guest system aborting the connection (due to
too many failed attempts) before the correct key is tried.
@fnichol
Copy link
Contributor

fnichol commented Dec 7, 2013

Nice, thank you!

fnichol added a commit that referenced this pull request Dec 7, 2013
Fix SSH 'Too many authentication failures' error.
@fnichol fnichol merged commit bbc62f9 into test-kitchen:master Dec 7, 2013
@test-kitchen test-kitchen locked and limited conversation to collaborators Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants