From ce73f970e729aa9ade7747d97f549e9fd9db6940 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 13 Sep 2024 13:46:44 -0700 Subject: [PATCH] docs: Add ServerAliveInterval as workaround for #6347 (#6689) Setting the SSH ServerAliveInterval should prevent the issue seen in #6347 until #6335 is merged --- website/src/app/kb/client-apps/macos-client/readme.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/src/app/kb/client-apps/macos-client/readme.mdx b/website/src/app/kb/client-apps/macos-client/readme.mdx index 3c0eaa5a8..1b507bc73 100644 --- a/website/src/app/kb/client-apps/macos-client/readme.mdx +++ b/website/src/app/kb/client-apps/macos-client/readme.mdx @@ -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