Remote Development - Visual Studio Code #5741
-
Hello, A number of our developers are using VS Code Remote Development has anyone configured Teleport so that they may continue to use VS Code (or any other SSH based remote development tools) to remote into and continue to develop? And how have you set that up? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
May be not exactly 100% answer to your question, but you can use OpenSSH clients to work with teleport: In this case, any tool that supports standard SSH should work, including VSCode. I recall @stevenGravy and @webvictim were discussing VSCode with Teleport too |
Beta Was this translation helpful? Give feedback.
-
In addition to the above setting that @webvictim suggests, your local SSH configuration needs to be configured properly. If your ProxyCommand differs, try the below instead. We've observed other ProxyCommand syntax to cause VSCode to error with
Note: Add |
Beta Was this translation helpful? Give feedback.
-
We've since created a video to highlight this feature https://www.youtube.com/watch?v=uL1bnhUelP8 |
Beta Was this translation helpful? Give feedback.
May be not exactly 100% answer to your question, but you can use OpenSSH clients to work with teleport:
#5530
In this case, any tool that supports standard SSH should work, including VSCode. I recall @stevenGravy and @webvictim were discussing VSCode with Teleport too