SSH tunnel with Windows Teleport Connect at startup. #42668
-
I want to have connection to remote host by https port 443 without additional application proxy and Teleport authentication. The cause is Windows webdav client does not allow me to login into Teleport. So, I have made a ssh tunnel like this: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi, this currently isn't an option. |
Beta Was this translation helpful? Give feedback.
-
One thing you could do instead is to add the WebDAV target as a TCP application using Teleport application access - see docs here: https://goteleport.com/docs/application-access/guides/tcp/ Once completed, this would allow you to map a local TCP port to relay traffic to the WebDAV server inside Teleport Connect. This could be automatically restarted when Connect is opened and you log into the cluster - Connect can remember TCP ports linked to applications and reconnect them for you, but it can't do this with SSH port forwards. |
Beta Was this translation helpful? Give feedback.
-
@webvictim thank you! I have made the tcp app and it works as charm. This question annoying of the users. I did not find the property to force it automatically reconnect. There is no that kind of property in config file and in the command line of Teleport Connect. |
Beta Was this translation helpful? Give feedback.
Hi, this currently isn't an option.