Web based ssh to code-server
See original GitHub issueLet me be very brief and clear, I have used coder
and liked the feature of the ssh terminal in the pop out browser window. I found a similar docker image that can be bind with the docker image of code-server too.
Check this out @jsjoeio @code-asher @bpmct this might be a good thing for code-server. I know vscode provides integrated terminal but still, why not? Why not a browser based ssh console.
I am using this docker image and has been running fine.
The simplest deployment is,
docker run --name code-server-terminal -d -p 7878:3000 wettyoss/wetty --ssh-host=192.168.bla.bla
Also, @code-asher this might be a solution to issues like, as this would be opened on a separate window and code-server
window can be reloaded independently
#1832 #2276
I think this is a good feature request and can be implemented in the upcoming versions of code-server.
Also, the ctrl+c to copy and ctrl+v to paste hotkeys work absolutely just like google cloud shell. I am loving this wetty very much.
Thank You.
Here is a screenshot of it.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
No, I think it’s a good idea. ❤️
By the same backend I mean using xterm.js and connecting to the terminal service in VS Code. That way we don’t have to add any new dependencies or code. Plus I think it would be cool if you could pop out terminals from VS Code and pop them back in.
But I’m not sure if that’s possible so maybe using something like wetty is a better idea.
I think it will be hard to find the time to implement this but we should keep it in mind.