vscode-ibmi
vscode-ibmi copied to clipboard
Implement keep-alive setting on server connection to avoid SSH timeout
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.