-
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
podman machine ssh handling #15471
podman machine ssh handling #15471
Conversation
/hold |
d76d627
to
bf2331c
Compare
vendor/github.com/containers/common/pkg/ssh/connection_golang.go
Outdated
Show resolved
Hide resolved
vendor/github.com/containers/common/pkg/ssh/connection_golang.go
Outdated
Show resolved
Hide resolved
vendor/github.com/containers/common/pkg/ssh/connection_golang.go
Outdated
Show resolved
Hide resolved
6ab47c0
to
9414a29
Compare
@containers/podman-maintainers this and its common counterpart are going to block any new releases PTAL |
@cdoern did you really mean to include all this new ginkgo stuff that's blowing up? |
@edsantiago , nope not sure where it is coming from either |
I think bringing a new c/common commit in is force upgrading gomega, and they recently made the change that is impacting this PR. I think if has to do with checking for two things in the same line. |
ok, all of these are working which means the common changes are good to go. PTAL at containers/common#1136 |
64200ff
to
6b5a432
Compare
c9abda4
to
cdc3ddf
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cdoern, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
(but do not merge right now, with a replace
directive)
add the key used in newly initialized machines to the user's known_hosts file. This ensures that golang will be able to ssh into the machine using podman-remote. Also, remove the /dev/null redirection for podman machine ssh's known_hosts file. resolves containers#15347 Signed-off-by: Charlie Doern <cdoern@redhat.com> Signed-off-by: cdoern <cbdoer23@g.holycross.edu>
/lgtm |
/hold cancel |
sigh of relief |
add the key used in newly initialized machines to the user's known_hosts file. This ensures that golang will be able to ssh into the machine using
podman-remote. Also, remove the /dev/null redirection for podman machine ssh's known_hosts file.
resolves #15347
Signed-off-by: Charlie Doern cdoern@redhat.com
Does this PR introduce a user-facing change?