MCPcopy Create free account
hub / github.com/smallstep/cli / Command

Function Command

command/ca/policy/ssh/ssh.go:13–24  ·  view source on GitHub ↗

Command returns the ssh subcommand.

(ctx context.Context)

Source from the content-addressed store, hash-verified

11
12// Command returns the ssh subcommand.
13func Command(ctx context.Context) cli.Command {
14 return cli.Command{
15 Name: "ssh",
16 Usage: "manage SSH certificate issuance policies",
17 UsageText: "**step ca policy ssh** <subcommand> [arguments] [global-flags] [subcommand-flags]",
18 Description: `**step ca policy ssh** command group provides facilities for managing SSH certificate issuance policies.`,
19 Subcommands: cli.Commands{
20 host.Command(ctx),
21 user.Command(ctx),
22 },
23 }
24}

Callers 2

CommandFunction · 0.92
CommandFunction · 0.92

Calls 2

CommandFunction · 0.92
CommandFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…