vscode-ibmi icon indicating copy to clipboard operation
vscode-ibmi copied to clipboard

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

Open chrjorgensen opened this issue 9 months ago • 0 comments

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 avatar May 26 '24 16:05 chrjorgensen