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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: