Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set ServerAliveInterval #7

Merged
merged 1 commit into from
Jul 1, 2024
Merged

set ServerAliveInterval #7

merged 1 commit into from
Jul 1, 2024

Conversation

williamhbaker
Copy link
Member

Connectors may not necessarily establish a connection with any kind of client-side keep alive mechanism, and if SSH servers disconnect clients after a period of inactivity this will cause the network tunnel to fail. Setting the ServerAliveInterval should prevent that by causing our SSH client connection to send period keepalive messages.

Connectors may not necessarily establish a connection with any kind of
client-side keep alive mechanism, and if SSH servers disconnect clients after a
period of inactivity this will cause the network tunnel to fail. Setting the
ServerAliveInterval should prevent that by causing our SSH client connection to
send period keepalive messages.
@williamhbaker williamhbaker requested a review from a team July 1, 2024 17:38
Copy link
Member

@willdonnelly willdonnelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@williamhbaker williamhbaker merged commit ccaf43a into main Jul 1, 2024
1 check passed
@williamhbaker williamhbaker deleted the wb/server-alive branch July 1, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants