diff --git a/tool/tsh/common/proxy_test.go b/tool/tsh/common/proxy_test.go index 2492f02f329f1..e66e9a7a9e873 100644 --- a/tool/tsh/common/proxy_test.go +++ b/tool/tsh/common/proxy_test.go @@ -572,9 +572,11 @@ func TestProxySSHJumpHost(t *testing.T) { opts: []testSuiteOptionFunc{ withRootConfigFunc(func(cfg *servicecfg.Config) { cfg.Auth.NetworkingConfig.SetProxyListenerMode(types.ProxyListenerMode_Multiplex) + cfg.Auth.SessionRecordingConfig.SetMode(types.RecordOff) }), withLeafConfigFunc(func(cfg *servicecfg.Config) { cfg.Auth.NetworkingConfig.SetProxyListenerMode(types.ProxyListenerMode_Multiplex) + cfg.Auth.SessionRecordingConfig.SetMode(types.RecordOff) }), }, }, @@ -583,9 +585,11 @@ func TestProxySSHJumpHost(t *testing.T) { opts: []testSuiteOptionFunc{ withRootConfigFunc(func(cfg *servicecfg.Config) { cfg.Auth.NetworkingConfig.SetProxyListenerMode(types.ProxyListenerMode_Multiplex) + cfg.Auth.SessionRecordingConfig.SetMode(types.RecordOff) }), withLeafConfigFunc(func(cfg *servicecfg.Config) { cfg.Auth.NetworkingConfig.SetProxyListenerMode(types.ProxyListenerMode_Separate) + cfg.Auth.SessionRecordingConfig.SetMode(types.RecordOff) }), }, }, @@ -594,9 +598,11 @@ func TestProxySSHJumpHost(t *testing.T) { opts: []testSuiteOptionFunc{ withRootConfigFunc(func(cfg *servicecfg.Config) { cfg.Auth.NetworkingConfig.SetProxyListenerMode(types.ProxyListenerMode_Separate) + cfg.Auth.SessionRecordingConfig.SetMode(types.RecordOff) }), withLeafConfigFunc(func(cfg *servicecfg.Config) { cfg.Auth.NetworkingConfig.SetProxyListenerMode(types.ProxyListenerMode_Multiplex) + cfg.Auth.SessionRecordingConfig.SetMode(types.RecordOff) }), }, }, @@ -605,9 +611,11 @@ func TestProxySSHJumpHost(t *testing.T) { opts: []testSuiteOptionFunc{ withRootConfigFunc(func(cfg *servicecfg.Config) { cfg.Auth.NetworkingConfig.SetProxyListenerMode(types.ProxyListenerMode_Separate) + cfg.Auth.SessionRecordingConfig.SetMode(types.RecordOff) }), withLeafConfigFunc(func(cfg *servicecfg.Config) { cfg.Auth.NetworkingConfig.SetProxyListenerMode(types.ProxyListenerMode_Separate) + cfg.Auth.SessionRecordingConfig.SetMode(types.RecordOff) }), }, },