-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
add support for --ssh=native in podman-remote #16601
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: cdoern The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
40e4f22
to
eec0c76
Compare
@cevich, this is failing when I try to |
👀 you sure that's not suppose to be
Yes actually. Well actually, it depends on how the call-stack was setup. If it originated with an There's a hack in place to try and ensure this can't happen. But it's entirely possible that's not working as intended for your use-case. Analysis of the call-stack is likely necessary. But as a first-step, is there a dummy-way of printing out |
@cevich both ssh_config and sshd_config should exist and sshd_config is the right one. However, I'll add some debugs and repush. |
f8958f0
to
10cfb2e
Compare
@cevich PTAL at this one when you get a chance, integration tests keep failing in setup due to my ssh dir changes |
@containers/podman-maintainers PTAL, the aarch tests keep failing on different tests each time I re-run them... |
podman's new global flag --sah=native only works with scp and system connection add at the moment modify this so that --ssh=native can be used with podman-remote. This means users can plug in their custom ssh config and known_host files. Signed-off-by: Charlie Doern <[email protected]>
@cdoern: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
A friendly reminder that this PR had no activity for 30 days. |
A friendly reminder that this PR had no activity for 30 days. |
@Luap99 Any chance you could take this over? |
Unlikely, I am not sure what is needed here? |
I think a rebase should fix the aarch flakes. @cdoern is there anything else needed? |
podman's new global flag --sah=native only works with scp and system connection add at the moment modify this so that --ssh=native can be used with podman-remote. This means users can plug in their custom ssh config and known_host files.
Signed-off-by: Charlie Doern [email protected]
Does this PR introduce a user-facing change?