You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,7 +81,8 @@ Tmux-backed persistent shells are enabled by default. Disable them for a pod wit
78
81
./bin/okdev sync --background
79
82
```
80
83
81
-
Notes:
84
+
## Notes
85
+
82
86
- Local Syncthing is auto-installed when `sync.engine=syncthing`.
83
87
-`okdev up` starts background sync in bidirectional mode by default.
84
88
- Default sidecar image (syncthing + okdev-sshd binary) follows binary version: `ghcr.io/<owner>/okdev:<okdev-version>` (`edge` for dev builds).
@@ -92,9 +96,7 @@ Notes:
92
96
- The managed SSH host entry uses tighter proxy keepalive settings than the general CLI defaults so hung `ssh okdev-<session>` sessions fail fast instead of freezing indefinitely.
93
97
- Proxy health diagnostics are written to `~/.okdev/logs/okdev.log`, not printed into the SSH client session.
94
98
- Tmux uses a built-in okdev profile (history/mouse/vi-copy/status) and keeps the default command prefix (`Ctrl-b`).
-`spec.ssh.keepAliveTimeoutSeconds` (default `90`, must be `>= interval`)
99
+
- SSH keepalive can be tuned with `spec.ssh.keepAliveIntervalSeconds` (default `30`) and `spec.ssh.keepAliveTimeoutSeconds` (default `90`, must be `>= interval`).
0 commit comments