You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Here is the JetBrains 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
171
explaining this IDE specification.
174
172
175
173
### Alternative SSH key algorithms and Gateway
176
174
177
-
If your Coder deployment is configured with ECDSA ssh key algorithm, change
178
-
the Gateway authentication type to **Key pair** and create the Coder public
179
-
ssh key in your local `~/.ssh` directory with `ssh-keygen -y -f`:
175
+
If your Coder deployment is configured with ECDSA ssh key algorithm, change the
176
+
Gateway authentication type to **Key pair** and create the Coder public ssh key
177
+
in your local `~/.ssh` directory with `ssh-keygen -y -f`:
180
178
181
179
```sh
182
180
~/.ssh/coder_enterprise | tee ~/.ssh/coder_enterprise.pub
0 commit comments