docs: Add ServerAliveInterval as workaround for #6347 (#6689)

Setting the SSH ServerAliveInterval should prevent the issue seen in
#6347 until #6335 is merged
This commit is contained in:
Jamil
2024-09-13 13:46:44 -07:00
committed by GitHub
parent d8cf1e9a51
commit ce73f970e7

View File

@@ -118,6 +118,14 @@ Normal system DNS:
## Known issues
- [**SSH session disconnects**](https://github.com/firezone/firezone/issues/6347):
SSH sessions on macOS may disconnect when not used for a period of time. As a
workaround, try setting the `ServerAliveInterval` in `$HOME/.ssh/config` to 4
minutes:
```text
Host *
ServerAliveInterval 240
```
- **DNS Resources**: Web browsers that enable "Secure DNS" or DNS-over-HTTPS by
default may interfere with DNS resolution because they force all DNS traffic
through the browser's configured resolvers. See