Access HTTPS resources behind SSH Servers #46008
-
Hello! We have one teleport server and auth in the central hub and about a dozen SSH Servers with the teleport agents on them that connect to HQ behind client firewalls We wish to know if its possible to connect to a HTTPS host behind the ssh servers or we're condemned to use something like X11 / XRDP /VNC in desktop mode ( the linux servers have no desktop) Anticipated thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you mean an HTTPS application running on those servers (or somewhere else on the remote networks they have connectivity to) then yes - this is exactly what Teleport's Follow the steps in this guide: https://goteleport.com/docs/enroll-resources/application-access/guides/connecting-apps/#start-the-teleport-application-service-with-a-config-file You'll need to:
|
Beta Was this translation helpful? Give feedback.
The URI is the hostname or address of the HTTPS interface that you want to expose through Teleport. For example, if your SSH server can see the firewall on 192.168.10.12, you'd put:
This app would then be available on https://firewall.teleport.example.com with a layer of Teleport authentication in front of it.
You should technically be able to connect to this without the A record by doing this:
tsh app login firewall
tsh proxy app --port 11123 firewall
https://localhost:11123
You can also do this proxy setup through Teleport Connect.