-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Issues using podman machine with ssh agent #14007
Comments
Hi @flouthoc , I'm having this same issue on a local (not remote) machine, with only one key in the agent. Do you think the issue you considered as duplicate will address my problem as well? If not, should this issue be re-opened, or should I file my own? (I'm able to work around the problem by unsetting ETA: it might be relevant that I'm on Windows, and my |
@thw0rted I see very similar seeming issues with podman remote client on windows - which have existed since, I think, at least v2 (?) just opened #15121 if you want to follow or expand upon that one also. It is certainly possible that a move to an internal ssh client (from containers/common#1094 will resolve it but the bug reports themselves are different, |
Just to make sure this doesn't get lost: #12289 just closed because #15094 was merged, adding a flag for golang vs native SSH connectivity. This needs to be tested on Windows, in both modes, and ideally in an environment that is configured to use Pageant as an agent. If it works, great; if not, this issue should be re-opened (or I guess a new one filed). (@cdoern -- maybe you know whether that scenario has been tested already?) |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When ssh agent is running, podman machine connection sometimes fails because of
Too many failures
:Executing this command again and again helps.
Steps to reproduce the issue:
Describe the results you received:
ssh: handshake failed: ssh: disconnect, reason 2: Too many authentication failures
Describe the results you expected:
Command executed successfully.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: