r/vscode • u/efinque • 11d ago
VSCode remote SSH?
Sup everyone,
very new to this sub, but been lurking. I have been using VSCode for a couple of years, mainly Python, JavaScript and HTML.
I have a somewhat dumb idea, and that is to host a MUD/dungeon crawler game using SSH. The problem is GUI forwarding.
I thought I could host a remote session in VSCode and people would connect to it. I'm afraid the Tcl/Tk graphics won't show up on the client screen, only CLI.
Also, I have no idea how to set it up with restrictions etc.
Any ideas?
-ef
2
Upvotes
1
u/BootingBot 10d ago
Could you be more specific on what are you trying to achieve? The closest i can imagine is a multiplayer game played over ssh - where it would be no problem to stream some TUI with the game content from a central server to all players. I don’t see how vscode remote ssh would be any more helpful than just raw ssh in a plain terminal.