mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
* chore: update jetbrains gateway with screenshots * organize & add to manifest Co-authored-by: Ben <ben@coder.com>
1.8 KiB
1.8 KiB
Configuring JetBrains Gateway
The following screenshots outline in more detail how to create a new Connection for JetBrains Gateway to a Coder workspace.
Creating a new JetBrains Gateway Connection
After installing Gateway on your local system, you may connect to a Coder workspace as follows
- Open Gateway, make sure "SSH" is selected under "Remote Development"
- Click "New Connection"
- In the resulting dialog, click the gear icon to the right of "Connection:"
- Hit the "+" button to add a new SSH connection
- For the Host, enter
coder.<workspace name>
- For the Port, enter
22
(this is ignored by Coder) - For the Username, enter
coder
- For the Authentication Type, select "OpenSSH config and authentication agent"
- Make sure the checkbox for "Parse config file ~/.ssh/config" is checked.
- Click "Test Connection" to ensure you setting are ok.
- Click "OK"
- Select the connection you just added.
- Click "Check Connection and Continue"
- Select the JetBrains IDE for your project and the project directory
- Use an SSH terminal to your workspace to create a directory or check out code if you haven't already.
Note the JetBrains IDE is installed in the directory
~/. cache/JetBrains/RemoteDev/dist
- Click "Download and Start IDE" to connect.