Can I use SSH to authenticate to a podman container?

1.1k views Asked by At

I have my code deployed on a Podman container, but the container is accessible to anyone using the server with that user. Is there a way I can setup SSH on the container, create a user inside the container and access the container with that user only? If I setup this SSH authentication will I still be able to use podman exec command and can access the contents of my container?

0

There are 0 answers