Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 475 Bytes

File metadata and controls

15 lines (11 loc) · 475 Bytes

Backend selection

ContainerSSH is built to support multiple backends. The backend can be changed in the configuration file:

backend: <backend type>

ContainerSSH currently supports the following backends:

Backend Description
docker Runs Docker containers.
kubernetes Runs Kubernetes containers.
sshproxy Forwards SSH connections to a backend server.