You've already forked step-ca-cli
mirror of
https://github.com/smallstep/cli.git
synced 2025-08-09 03:22:43 +03:00
Add console flag to ssh commands
This commit adds the `--console` flag to the following commands: * `step ssh certificate` * `step ssh config` * `step ssh hosts` * `step ssh login` * `step ssh proxycommand`
This commit is contained in:
@@ -33,7 +33,7 @@ func proxycommandCommand() cli.Command {
|
||||
Usage: "proxy ssh connections according to the host registry",
|
||||
UsageText: `**step ssh proxycommand** <user> <host> <port>
|
||||
[**--provisioner**=<name>] [**--set**=<key=value>] [**--set-file**=<file>]
|
||||
[**--offline**] [**--ca-config**=<file>]
|
||||
[**--console**] [**--offline**] [**--ca-config**=<file>]
|
||||
[**--ca-url**=<uri>] [**--root**=<file>] [**--context**=<name>]`,
|
||||
Description: `**step ssh proxycommand** looks into the host registry
|
||||
and proxies the ssh connection according to its configuration. This command
|
||||
@@ -56,6 +56,7 @@ This command will add the user to the ssh-agent if necessary.
|
||||
flags.ProvisionerPasswordFileWithAlias,
|
||||
flags.TemplateSet,
|
||||
flags.TemplateSetFile,
|
||||
flags.Console,
|
||||
flags.Offline,
|
||||
flags.CaConfig,
|
||||
flags.CaURL,
|
||||
|
Reference in New Issue
Block a user