Skip to content

Web based ssh to code-server #3256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nooobcoder opened this issue Apr 29, 2021 · 6 comments
Closed

Web based ssh to code-server #3256

nooobcoder opened this issue Apr 29, 2021 · 6 comments
Labels
feature New user visible feature
Milestone

Comments

@nooobcoder
Copy link

nooobcoder commented Apr 29, 2021

Let 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.
image

@nooobcoder nooobcoder added the feature New user visible feature label Apr 29, 2021
@code-asher
Copy link
Member

Interesting idea! I'm down for this. If we implement it I think I'd like to see it share the same backend as VS Code's terminals although that could be tricky.

@nooobcoder
Copy link
Author

Interesting idea! I'm down for this. If we implement it I think I'd like to see it share the same backend as VS Code's terminals although that could be tricky.

share the same backend as VS Code's terminals although
What does it mean @code-asher I didn't get it

Also would this feature be rejected?

@code-asher
Copy link
Member

Also would this feature be rejected?

No, I think it's a good idea. <3

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.

@jsjoeio jsjoeio added this to the On Deck milestone Apr 29, 2021
@nooobcoder
Copy link
Author

@code-asher this issue should be a thing in next major updates! Web based ssh window exists in coder and should also be in code-server.

@code-asher
Copy link
Member

code-asher commented Sep 16, 2021 via email

@stale
Copy link

stale bot commented Mar 15, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days.

@stale stale bot added the stale label Mar 15, 2022
@stale stale bot closed this as completed Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New user visible feature
Projects
None yet
Development

No branches or pull requests

3 participants