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
Currently setting CODER_SSH_CONFIG_OPTIONS can override default SSH config options, but it cannot remove default SSH config options.
We should support setting CODER_SSH_CONFIG_OPTIONS=SetEnv=,Foo=Bar. This would tell the client to unset the default option SetEnv rather than just overwrite it.