Users may need to ignore 127.0.0.1
in SSH config to use Podman 5.3
#24567
Labels
5.3
kind/bug
Categorizes issue or PR as related to a bug.
macos
MacOS (OSX) related
regression
remote
Problem is in podman-remote
Issue Description
After updating to 5.3, I started receiving the following error:
I found that adding
!127.0.0.1
and!localhost
to the wildcard rule resolved my issue:Steps to reproduce the issue
Steps to reproduce the issue
127.0.0.1
orlocalhost
in your SSH config rulesDescribe the results you received
OUTPUT
Describe the results you expected
Expected to execute Podman commands without modifying ssh config.
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
SYSTEM INFO
Additional information
I found that adding
!127.0.0.1
and!localhost
to the wildcard rule resolved my issue:The text was updated successfully, but these errors were encountered: