Skip to content

Proxified an application behind an ssh jump host #6289

Answered by webvictim
crile asked this question in Q&A
Discussion options

You must be logged in to vote

This isn't a supported use case directly via Teleport at the moment. However, if you could configure something which will keep a persistent SSH tunnel running from server1 to server2 (say on local port 3000) you could theoretically configure the Teleport app_service on server1 and add an app running on http://localhost:3000. When someone attempts to access the app, it should send the traffic to port 3000 which would then be sent over the SSH tunnel.

On server1: ssh -L 3000:127.0.0.1:<remote app port> server2

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by webvictim
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants