X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/091ae55fc1df3ec50490becd437d512e38b0f972..dc70bbf9ea15395476107a3b8dff96f754a40998:/lib/crunchrun/container_gateway.go?ds=sidebyside diff --git a/lib/crunchrun/container_gateway.go b/lib/crunchrun/container_gateway.go index 1002de7335..3cb93fc746 100644 --- a/lib/crunchrun/container_gateway.go +++ b/lib/crunchrun/container_gateway.go @@ -564,7 +564,7 @@ func (gw *Gateway) handleSession(ctx context.Context, newch ssh.NewChannel, deta // would be a gaping security // hole). default: - fmt.Fprintf(logw, "declined request %q on ssh channel"+eol, req.Type) + // fmt.Fprintf(logw, "declined request %q on ssh channel"+eol, req.Type) } if req.WantReply { req.Reply(ok, nil)