Connect SSH with docker-code-server
Hello how are you? I'm trying to connect my workspace 'docker-code-server', via SSH, I did the steps described here https://coder.com/docs/coder-oss/latest/networking/port-forwarding but I don't understand how to ssh coder .<name-of-my-workspace> might work, as I'm running the coder on a remote server..
Port Forwarding - Coder OSS main docs
Learn how to forward ports in Coder
1 Reply
Hi @ivanfuhr You need to have coder binary in your client machine if you want ssh access.
1.
coder login ACCESS_URL
2. coder config-ssh
3. ssh coder.<workspace>
Or alternatively use vscode to connect to coder.<workspace>