@@ -140,64 +140,6 @@ persistent environment from your main device, a tablet, or your phone.
140
140
1 . Select ** VS Code Desktop** to install the Coder extension and connect to your
141
141
Coder workspace.
142
142
143
- <details ><summary >Connect via SSH in VSCodium</summary >
144
-
145
- VSCodium doesn't use the Microsoft VS Code extension marketplace or
146
- application calls. Enable SSH connections to the Coder workspace Docker
147
- container and connect to it from VSCodium with the ** Remote - SSH**
148
- extension.
149
-
150
- 1 . In the workspace, select ** Connect via SSH** .
151
-
152
- 1 . Select the ` ssh ` command below ** Connect to the agent** to copy the
153
- command.
154
-
155
- 1 . Open a terminal window on the Coder server (or SSH to it if it's a device
156
- on your network).
157
-
158
- 1 . Run the ` ssh ` command to connect to the agent. Replace
159
- ` your-workspace-name ` in this example:
160
-
161
- ``` bash
162
- ssh coder.your-workspace-name.main
163
- ```
164
-
165
- 1. Use the Web UI URL from
166
- [Configure Coder with a new workspace](# configure-coder-with-a-new-workspace)
167
- to log in and authenticate:
168
-
169
- ` ` ` bash
170
- coder login https://< CUSTOM-STRING> .< TUNNEL> .try.coder.app
171
- ` ` `
172
-
173
- 1. Copy the session token, then paste it in the SSH session in the terminal.
174
-
175
- Note that, for security purposes, no characters will appear on the screen
176
- when you paste the token:
177
-
178
- ` ` ` plaintext
179
- > Paste your token here:
180
- > Welcome to Coder, user! You' re authenticated.
181
- ```
182
-
183
- 1. Run the Coder SSH configuration and enter `yes` to continue:
184
-
185
- ```console
186
- $ coder config-ssh
187
- Continue? (yes/no) yes
188
- ```
189
-
190
- 1. Install the
191
- [Remote - SSH extension](https://open-vsx.org/extension/jeanp413/open-remote-ssh).
192
-
193
- 1. Select **Remote-SSH: Connect to host** from the command palette.
194
-
195
- 1. Enter the SSH host:
196
-
197
- 1. Enter your password:
198
-
199
- </details>
200
-
201
143
## Work on some code
202
144
203
145
After VS Code loads the remote environment, you can select ** Open Folder** to
0 commit comments