Connecting to distroless docker container via SSH #51988
-
I can connect with the SSH feature integrated into teleport to my nodes, where the teleport package is installed (mostly .deb) just fine. On a VyOS node where I cannot install software on the system itself, I ran the teleport-distroless container. It connects to my cluster, but when I try to connect to the SSH Server via teleport, I get the message I added the capability I wonder if it is even possible to connect to a node running the teleport-distroless container, since it is still running in an isolated manner. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @apiening , it is not intended to provide SSH service. You may want to consider an app service that can connect to other TCP or web apps via Teleport app service within that environment. Otherwise as the getting started shows. you can use another image that allows for shells like Ubuntu. Please see https://github.com/GoogleContainerTools/distroless explaining the architecture decisions behind distroless. |
Beta Was this translation helpful? Give feedback.
-
Thank you @stevenGravy, this makes absolut sense. |
Beta Was this translation helpful? Give feedback.
Hi @apiening , it is not intended to provide SSH service. You may want to consider an app service that can connect to other TCP or web apps via Teleport app service within that environment. Otherwise as the getting started shows. you can use another image that allows for shells like Ubuntu.
Please see https://github.com/GoogleContainerTools/distroless explaining the architecture decisions behind distroless.