How use Remote SSH #4462
-
| 
         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?  | 
  
Beta Was this translation helpful? Give feedback.
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.  | 
  
Beta Was this translation helpful? Give feedback.

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.