Closed pierrehenrymuller closed 4 years ago
The err has nothing to do with vscodium, The only problems you should run into while using vscodium is the directories where vscode data is stored, you can set those with ENV variables, (dont know what, try sshcode --help
)
Also those ports arnt having issues, What it does, is it runs code-server on the target, and gives it a random port to run on,
it will then tunnel that port over ssh to a random port on your client, and then attempt to open your browser to this new URL,
ssh > remote > open code-server on random port > Tunnel Port over SSH to random port on client > open Browser to 127.0.0.1:RandomPort
if those open ports are occupied by SSH, it cant use those.
Also those errors are showing it is failing to kill that program,
What is your Client PC OS?
Closing as this has been inactive for a long time and I believe @Merith-TK covered it.
Hi, I'm trying to work with VSCodium in opposate of VSCode not FLOSS. In VSCode OSS there is no Remote SSH plugin available (closed source) and sshcode is interesting to launch remote VSCodium but they don't work.
I thought it was the binary path that wasn't good. I made a symbolic link from codium to /usr/bin/code without success.
I have verified, on target is listen to 38228 and localhost have 20119 listen for ssh process. I have this informations on my Linux Debian 10 terminal when I launch sshcode on target with bastion host with latest sshcode version.
Do you have any idea?