Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(docs): update JetBrains gateway setup #14807

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adjust md
  • Loading branch information
EdwardAngert committed Sep 25, 2024
commit 027b5c44f09a5bd7a0a87264cea73b65a12f4ef7
32 changes: 16 additions & 16 deletions docs/user-guides/workspace-access/jetbrains.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ manually setting up an SSH connection.
1. Click the gear icon at the bottom left of the Gateway home screen and then
"Settings"

1. In the Marketplace tab within Plugins, type Coder and if a newer plugin
release is available, click "Update" and "OK"
1. In the **Marketplace** tab within Plugins, enter Coder and if a newer plugin
release is available, click **Update** then **OK**:

![Gateway Settings and Marketplace](../../images/gateway/plugin-settings-marketplace.png)

Expand Down Expand Up @@ -128,45 +128,45 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
> This is in lieu of using Coder's Gateway plugin which automatically performs
> these steps.

1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html)
1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html).

1. [Configure the `coder` CLI](../ides.md#ssh-configuration)
1. [Configure the `coder` CLI](../ides.md#ssh-configuration).

1. Open Gateway, make sure "SSH" is selected under "Remote Development"
1. Open Gateway, make sure **SSH** is selected under **Remote Development**.

1. Click "New Connection"
1. Click **New Connection**:

![Gateway Home](../images/gateway/gateway-home.png)

1. In the resulting dialog, click the gear icon to the right of "Connection:"
1. In the resulting dialog, click the gear icon to the right of **Connection**:

![Gateway New Connection](../images/gateway/gateway-new-connection.png)

1. Hit the "+" button to add a new SSH connection
1. Click <kbd>+</kbd> to add a new SSH connection:

![Gateway Add Connection](../images/gateway/gateway-add-ssh-configuration.png)

1. For the Host, enter `coder.<workspace name>`

1. For the Port, enter `22` (this is ignored by Coder)

1. For the Username, enter your workspace username
1. For the Username, enter your workspace username.

1. For the Authentication Type, select "OpenSSH config and authentication agent"
1. For the Authentication Type, select **OpenSSH config and authentication agent**.

1. Make sure the checkbox for "Parse config file ~/.ssh/config" is checked.
1. Make sure the checkbox for **Parse config file ~/.ssh/config** is checked.

1. Click "Test Connection" to validate these settings.
1. Click **Test Connection** to validate these settings.

1. Click "OK"
1. Click **OK**:

![Gateway SSH Configuration](../images/gateway/gateway-create-ssh-configuration.png)

1. Select the connection you just added
1. Select the connection you just added:

![Gateway Welcome](../images/gateway/gateway-welcome.png)

1. Click "Check Connection and Continue"
1. Click **Check Connection and Continue**:

![Gateway Continue](../images/gateway/gateway-continue.png)

Expand All @@ -178,7 +178,7 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
> Note the JetBrains IDE is remotely installed into
> `~/. cache/JetBrains/RemoteDev/dist`

1. Click "Download and Start IDE" to connect.
1. Click **Download and Start IDE** to connect.

![Gateway IDE Opened](../images/gateway/gateway-intellij-opened.png)

Expand Down