-
|
I'm running into an interesting issue with my setup. I host ShellHub CE on GCP behind an External Proxy Network Load Balancer, essentially with an architecture like this: The problem I keep encountering is that idle SSH connections get forcibly disconnected after a couple of minutes of inactivity: This happens both when connecting through ShellHub and when using native ssh directly. Interestingly, the disconnect does not occur if there is periodic activity on the connection. For example, running something like However, I expected that SSH keep alive settings might mitigate this, at least for native SSH connections. I've experimented with options like:
... but the connection still gets dropped after a few minutes of inactivity. Does anyone have suggestions on what could be done to prevent this, at least for native SSH connections, without changing the overall GCP setup? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
#5946 is where we will trace the issue. |
Beta Was this translation helpful? Give feedback.


#5946 is where we will trace the issue.