mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-16 04:37:52 +00:00
During the exponential backoff waiting for the machine to be fully up and running, also make sure that SSH is ready. The systemd dependencies of the ready.service include the sshd.service among others but that is not enough. Other CoreOS users reported the same issue on IRC, so I feel fairly confident to use the pragmatic approach of making sure SSH works on the client side. #17403 is quite old and there are other pressing machine issues that need attention. [NO NEW TESTS NEEDED] Fixes: #17403 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com> |
||
|---|---|---|
| .. | ||
| claim_darwin.go | ||
| claim_unsupported.go | ||
| config.go | ||
| config_test.go | ||
| machine.go | ||
| machine_test.go | ||
| machine_unix.go | ||
| machine_unsupported.go | ||
| machine_windows.go | ||
| options_darwin.go | ||
| options_darwin_amd64.go | ||
| options_darwin_arm64.go | ||
| options_freebsd.go | ||
| options_freebsd_amd64.go | ||
| options_freebsd_arm64.go | ||
| options_linux.go | ||
| options_linux_amd64.go | ||
| options_linux_arm64.go | ||
| options_windows.go | ||
| options_windows_amd64.go | ||
| options_windows_arm64.go | ||