-
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
Remote client on MacOS is not using ssh-agent and is prompting to unlock keys everytime #12143
Comments
@jwhonce PTAL |
I confirm, ssh agent is ignored, please have a look at this issue, typing a long password each time is not an option update: |
@ashley-cui PTAL |
A friendly reminder that this issue had no activity for 30 days. |
@ashley-cui Have you had a chance to look at this? |
Not yet, haven't specifically looked at this issue, though I've been using podman-remote via machine on macs for a bit and I haven't run into this |
A friendly reminder that this issue had no activity for 30 days. |
@vitaliy-sk are you still seeing this issue? |
is it possible you have more than say a half dozen keys ? |
A friendly reminder that this issue had no activity for 30 days. |
Since we got no answer I am closing, reopen if you have more feedback. |
/kind bug
Description
The MacOS remote client is not making use of the ssh-agent and is prompting for the password to unlock the SSH key every time podman is used.
Steps to reproduce the issue:
brew install podman
Add remote using identity
podman-remote system connection add --identity ~/.ssh/id_rsa <host> ssh://<user>@<host>/run/user/1000/podman/podman.sock
podman ps
Describe the results you received:
Podman not using ssh-agent and asking password for key each time
Describe the results you expected:
Podman using ssh-agent and not asking password for key each time
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/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Client - MacOS Monterey 12.0.1
Server - Ubuntu 20.04.3 LTS
Related #7806
The text was updated successfully, but these errors were encountered: