mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Setting the SSH ServerAliveInterval should prevent the issue seen in #6347 until #6335 is merged
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user