sshcode
sshcode copied to clipboard
Run VS Code on any server over SSH.
I've written a shell script in `/bin/sh` to automatically and correctly install code-server on any MacOS and Linux system. It'll be in the main `code-server` repo. See https://github.com/cdr/code-server/pull/1701 At the...
Code server is no longer packaged as a static binary and is instead packaged as a tarball. We should update sshcode to download from the new release URL: `https://codesrv-ci.cdr.sh/releases/latest/linux-x86_64.tar.gz` We...
it would be nice to support brave ``` /usr/bin/brave-browser-stable /usr/bin/brave-browser ```
Excellent work, thanks for your initiative, Sometimes. server is behind a step up login sever. If you can enable through a step up access. Thanks
Is `sshcode` supposed to work connecting to a Mac? ``` wget -N https://codesrv-ci.cdr.sh/latest-linux ``` 1. looks like it tries to download linux version. 2. `wget` is not available by default....
so in firefox, you can go to `about:config` and change the value of `browser.ssb.enabled` to `true` and then when you run firefox with the `-ssb` flag, it opens in an...
Hi I am just wondering is it possible to do a two hop ssh code, where I first ssh into a bastion and then from bastion ssh into another machine?
Hi I am just wondering how do I pass in extra configuration flag when I use this? Suppose I want to pass in the `-i` flag or `-o` flag while...
From #115: > I ran `sshcode ` and I was asked for my password 4 times. I can't set up passwordless `ssh` because of the way Kerberos and AFS are...
If I open chrome while sshcode is running all my extensions disappear, for them to re-appear I need to close sshcode and all instances of chrome then they just appear...