How use Remote SSH #4462
Answered
by
im-coder-lg
guilhermeaddr
asked this question in
Q&A
|
Hello everyone, I just installed the code-server using the linuxserver docker image and managed to install the "Remote SSH" extension, but when I try to connect to a remote server nothing happens. It seems to me that when I start the code-serve, it already is connected to its own remote environment "nas:8443". Anyone have a solution, please? |
Answered by
im-coder-lg
Nov 7, 2021
Replies: 1 comment 3 replies
|
You can't use Remote SSH on code-server since code-server itself is (kinda) a Remote SSH session. Instead, if you gain access to the system, you can:
Then you can install VS Code, get the Remote SSH extension and use it. |
3 replies
Answer selected by
guilhermeaddr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can't use Remote SSH on code-server since code-server itself is (kinda) a Remote SSH session. Instead, if you gain access to the system, you can:
Then you can install VS Code, get the Remote SSH extension and use it.