Any example of how to connect from Web-UI deployed with Docker-Compose to Local-Machine SSH? #53536
|
"Are there any examples of how to connect from a Teleport instance installed via Docker Compose to the SSH service of the host machine (NOT the SSH of the Docker container!!!)? For example, using Teleport installed on VPS1 (with the domain teleport.site), can I use the Teleport Web UI to connect to the SSH service on VPS1 itself?" Also without exposing any port. |
Answered by
stevenGravy
Mar 29, 2025
Replies: 1 comment
|
That would just be adding a Teleport ssh service on the host. It can connect through the proxy address. If you have the proxy and auth running follow this guide. https://goteleport.com/docs/enroll-resources/server-access/getting-started/ |
0 replies
Answer selected by
stevenGravy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That would just be adding a Teleport ssh service on the host. It can connect through the proxy address. If you have the proxy and auth running follow this guide. https://goteleport.com/docs/enroll-resources/server-access/getting-started/