Run tmate-ssh-server via Docker
masterYou can run the tmate server using the official Docker image tmate/tmate-ssh-server.
Important Security Requirement:
You must add the SYS_ADMIN capability to the container. This is required for the server to create nested containers (namespaces) to secure user sessions.
docker run --cap-add SYS_ADMIN tmate/tmate-ssh-server