Skip to content

Commit f57ce97

Browse files
authored
docs: add faq for gateway reconnects (#12007)
* docs: add faq for gateway reconnects * make: fmt
1 parent 1d14d4e commit f57ce97

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/faqs.md

+20
Original file line numberDiff line numberDiff line change
@@ -530,3 +530,23 @@ prerequisites for Linux, please look at the VSCode docs.
530530
https://code.visualstudio.com/docs/remote/linux#_local-linux-prerequisites
531531

532532
</details>
533+
534+
<details style="margin-bottom: 28px;">
535+
<summary style="font-size: larger; font-weight: bold;">How can I resolve disconnects when connected to Coder via JetBrains Gateway?</summary>
536+
537+
If you leave your JetBrains IDE open for some time while connected to Coder, you
538+
may encounter a message similar to the below:
539+
540+
```console
541+
No internet connection. Changes in the document might be lost. Trying to reconnect…
542+
```
543+
544+
To resolve this, add this entry to your SSH host file on your local machine:
545+
546+
```console
547+
Host coder-jetbrains--*
548+
ServerAliveInterval 5
549+
```
550+
551+
Note that your SSH config file will be overwritten by the JetBrains Gateway
552+
client if it is re-authenticated to your Coder deployment.

0 commit comments

Comments
 (0)