-
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 ssh connection reset by peer M1 Mac #16579
Comments
What exactly does this mean? |
It means I already have an ssh key-pair. I also tried enabling the sshd daemon in case it was expecting ssh connections to localhost. |
if you are trying to create different users and configurations, you are welcome to but it is not something were wouild support. we support the 'core' user and privileged. if you do |
I can run both of those commands fine, but I cannot build an image from a local Dockerfile via:
|
looks like a duplicate of #16470 |
I was able to resolve this by
and launching new ones. It would be nice if someone could add this to the troubleshooting docs. |
Steps to reproduce the issue:
run podman ps
I have created ssh keys. I tried enabling ssh logins to the machine.
Describe the results you received:
Error: failed to connect: ssh: handshake failed: read tcp [::1]:56237->[::1]:49619: read: connection reset by peer
Describe the results you expected:
working output.
Additional information you deem important (e.g. issue happens only occasionally):
Happen every time.
Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
orbrew info podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
M1 Mac.
The text was updated successfully, but these errors were encountered: