Notifications
Clear all
Topic starter
19/05/2025 10:37 am
A SSH2 connection that works perfectly consistently times out after 20 minutes even though KeepAlive is set for the connection.
19/06/2025 3:03 pm
Is this something that started recently?
connection closure can come from a number of different places. Keepalives are mean to keep the connection 'hot' by periodically sending meaningless packets across the channel. This can prevent some socket and routers from timing out and closing dead connections, but may not for example prevent a SHELL timeout due to shell inactivity.
Can you provide some more detail on what you're experiencing? When disconnecting, do you have any visual clues as to why?