Readme not well defined!
Readme doesn't specify the explicitly on what needs to be done on the server and what on the local. Please have that clarity.
Sorry about this! I'll work on improving the documentation soon.
The basic instructions are:
- On your local machine, install sshcode.
- Run
sshcode user@remote-ipwhereuser@remote-ipis the normal way you'd connect to the remote server withssh. - Wait until it's updated and connected (this will happen automatically).
- A window will appear (if you have Chrome/Chromium installed locally) with code-server running in it.
Thanks, it worked. But I had to make use of pre-built binary. I was unable to build it from source.
By follow the instruction in the Install section, I ran the command:
go get -u go.coder.com/sshcode
After that, I ran the command:
sshcode [email protected]
And I got the error message:
command not found: sshcode
What am I missing? What is the thing I need to do to complete the Installation? Please give me some guidelines @deansheather
@linherest This is a common golang issue, check that $GOPATH/bin is inside your path,
if $GOPATH is not set, check that $HOME/go/bin is in your path, as this is where go installs compiled binaries
I found sshcode in the path: $HOME/go/bin
I am running the command: sshcode [email protected] and it's in installing process.
Thanks for you time!
No worries!