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
@code-asher resolved periodic disconnects on a Coder workspace connected from a JetBrains IDE by having the user set the following in their SSH config:
Host coder-jetbrains--* ServerAliveInterval 5
problem is, the SSH config will be overwritten by Gateway each time it authenticates to Coder. we should support a server flag to append ServerAliveInterval 5 to Gateway entries. we already support this for standard SSH connections via --ssh-config-options ServerAliveInterval=x
i confirmed the above flag does not apply to Gateway entries in the SSH config.
The text was updated successfully, but these errors were encountered:
@code-asher resolved periodic disconnects on a Coder workspace connected from a JetBrains IDE by having the user set the following in their SSH config:
problem is, the SSH config will be overwritten by Gateway each time it authenticates to Coder. we should support a server flag to append
ServerAliveInterval 5
to Gateway entries. we already support this for standard SSH connections via--ssh-config-options ServerAliveInterval=x
i confirmed the above flag does not apply to Gateway entries in the SSH config.
The text was updated successfully, but these errors were encountered: