@@ -69,8 +69,8 @@ manually setting up an SSH connection.
69
69
1 . Click the gear icon at the bottom left of the Gateway home screen and then
70
70
"Settings"
71
71
72
- 1 . In the Marketplace tab within Plugins, type Coder and if a newer plugin
73
- release is available, click " Update" and "OK"
72
+ 1 . In the ** Marketplace** tab within Plugins, enter Coder and if a newer plugin
73
+ release is available, click ** Update** then ** OK ** :
74
74
75
75
![ Gateway Settings and Marketplace] ( ../../images/gateway/plugin-settings-marketplace.png )
76
76
@@ -128,45 +128,45 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
128
128
> This is in lieu of using Coder's Gateway plugin which automatically performs
129
129
> these steps.
130
130
131
- 1 . [ Install Gateway] ( https://www.jetbrains.com/help/idea/jetbrains-gateway.html )
131
+ 1 . [ Install Gateway] ( https://www.jetbrains.com/help/idea/jetbrains-gateway.html ) .
132
132
133
- 1 . [ Configure the ` coder ` CLI] ( ../ides.md#ssh-configuration )
133
+ 1 . [ Configure the ` coder ` CLI] ( ../ides.md#ssh-configuration ) .
134
134
135
- 1 . Open Gateway, make sure " SSH" is selected under " Remote Development"
135
+ 1 . Open Gateway, make sure ** SSH** is selected under ** Remote Development** .
136
136
137
- 1 . Click " New Connection"
137
+ 1 . Click ** New Connection** :
138
138
139
139
![ Gateway Home] ( ../images/gateway/gateway-home.png )
140
140
141
- 1 . In the resulting dialog, click the gear icon to the right of " Connection:"
141
+ 1 . In the resulting dialog, click the gear icon to the right of ** Connection** :
142
142
143
143
![ Gateway New Connection] ( ../images/gateway/gateway-new-connection.png )
144
144
145
- 1 . Hit the "+" button to add a new SSH connection
145
+ 1 . Click < kbd >+</ kbd > to add a new SSH connection:
146
146
147
147
![ Gateway Add Connection] ( ../images/gateway/gateway-add-ssh-configuration.png )
148
148
149
149
1 . For the Host, enter ` coder.<workspace name> `
150
150
151
151
1 . For the Port, enter ` 22 ` (this is ignored by Coder)
152
152
153
- 1 . For the Username, enter your workspace username
153
+ 1 . For the Username, enter your workspace username.
154
154
155
- 1 . For the Authentication Type, select " OpenSSH config and authentication agent"
155
+ 1 . For the Authentication Type, select ** OpenSSH config and authentication agent** .
156
156
157
- 1 . Make sure the checkbox for " Parse config file ~ /.ssh/config" is checked.
157
+ 1 . Make sure the checkbox for ** Parse config file ~ /.ssh/config** is checked.
158
158
159
- 1 . Click " Test Connection" to validate these settings.
159
+ 1 . Click ** Test Connection** to validate these settings.
160
160
161
- 1 . Click "OK"
161
+ 1 . Click ** OK ** :
162
162
163
163
![ Gateway SSH Configuration] ( ../images/gateway/gateway-create-ssh-configuration.png )
164
164
165
- 1 . Select the connection you just added
165
+ 1 . Select the connection you just added:
166
166
167
167
![ Gateway Welcome] ( ../images/gateway/gateway-welcome.png )
168
168
169
- 1 . Click " Check Connection and Continue"
169
+ 1 . Click ** Check Connection and Continue** :
170
170
171
171
![ Gateway Continue] ( ../images/gateway/gateway-continue.png )
172
172
@@ -178,7 +178,7 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
178
178
> Note the JetBrains IDE is remotely installed into
179
179
> ` ~/. cache/JetBrains/RemoteDev/dist `
180
180
181
- 1 . Click " Download and Start IDE" to connect.
181
+ 1 . Click ** Download and Start IDE** to connect.
182
182
183
183
![ Gateway IDE Opened] ( ../images/gateway/gateway-intellij-opened.png )
184
184
0 commit comments