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
Add ssh_keepalive_interval and ssh_keepalive_count_max options to prevent
SSH tunnel connections from being dropped due to idle timeouts caused by
NAT gateways, firewalls, or server-side sshd settings.
These options map to the ssh2 library's keepaliveInterval and
keepaliveCountMax settings, allowing users to configure keepalive
behavior per data source via TOML config, CLI arguments, or
environment variables.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments