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

Implement keep-alive setting on server connection to avoid SSH timeout #2074

Open
chrjorgensen opened this issue May 26, 2024 · 0 comments · May be fixed by #2077
Open

Implement keep-alive setting on server connection to avoid SSH timeout #2074

chrjorgensen opened this issue May 26, 2024 · 0 comments · May be fixed by #2077
Assignees
Labels
idea Feature suggestion

Comments

@chrjorgensen
Copy link
Collaborator

chrjorgensen commented May 26, 2024

In issue #2069 the SSH server had the server setting ClientAliveTimeout set to 10 minutes. This caused the SSH connection from Code for IBM i to disconnect, when there had been no activity for 10 minutes.

This could be avoided by implementing a server connection setting to activate the keepaliveInterval in the SSH2 client module.

@chrjorgensen chrjorgensen added the idea Feature suggestion label May 26, 2024
@sebjulliand sebjulliand self-assigned this May 27, 2024
@sebjulliand sebjulliand linked a pull request May 27, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Feature suggestion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants