Start SSH service in a container (podman)
podman exec -d "$client_name" sh -c "/usr/sbin/sshd -D -e"
Runs the SSH daemon in the background inside a podman container, allowing remote connections.
podman exec -d "$client_name" sh -c "/usr/sbin/sshd -D -e"
Runs the SSH daemon in the background inside a podman container, allowing remote connections.