diff --git a/command/ssh/config.go b/command/ssh/config.go index 9838614d3..c37986137 100644 --- a/command/ssh/config.go +++ b/command/ssh/config.go @@ -95,13 +95,9 @@ times to set multiple variables.`, flags.CaURL, flags.Root, flags.Offline, - cli.StringFlag{ - Name: "context", - Usage: `The of the context for the new authority.`, - }, + flags.Context, flags.ContextProfile, flags.ContextAuthority, - flags.HiddenNoContext, }, } }