diff --git a/cli/root.go b/cli/root.go index 24b569947f034..c89b0e299ff97 100644 --- a/cli/root.go +++ b/cli/root.go @@ -78,7 +78,7 @@ func Root() *cobra.Command { // Login handles checking the versions itself since it // has a handle to an unauthenticated client. // Server is skipped for obvious reasons. - if cmd.Name() == "login" || cmd.Name() == "server" { + if cmd.Name() == "login" || cmd.Name() == "server" || cmd.Name() == "gitssh" { return nil }