File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,10 @@ cd /opt/idea
168
168
./remote-dev-server.sh registerBackendLocationForGateway
169
169
```
170
170
171
+ [ Here is the JetBrains
172
+ article] ( https://www.jetbrains.com/help/idea/remote-development-troubleshooting.html#setup:~:text=Can%20I%20point%20Remote%20Development%20to%20an%20existing%20IDE%20on%20my%20remote%20server%3F%20Is%20it%20possible%20to%20install%20IDE%20manually%3F )
173
+ explaining this IDE specification.
174
+
171
175
### Alternative SSH key algorithms and Gateway
172
176
If your Coder deployment is configured with ECDSA ssh key algorithm, change
173
177
the Gateway authentication type to ** Key pair** and create the Coder public
@@ -177,6 +181,12 @@ ssh key in your local `~/.ssh` directory with `ssh-keygen -y -f`:
177
181
~ /.ssh/coder_enterprise | tee ~ /.ssh/coder_enterprise.pub
178
182
```
179
183
184
+ ### Links to JetBrain support
185
+ [ This
186
+ article] ( https://www.jetbrains.com/help/idea/remote-development-troubleshooting.html#setup )
187
+ outlines troubleshooting steps with Gateway. JetBrains product support including
188
+ their Issue Trackers [ are here.] ( https://www.jetbrains.com/support/ )
189
+
180
190
## JetBrains IDEs in the browser
181
191
182
192
Coder uses an open-source project called Projector, created and managed by
You can’t perform that action at this time.
0 commit comments