Skip to content

Commit

Permalink
Merge pull request #636 from smallstep/proxycommand-password-file
Browse files Browse the repository at this point in the history
Add the --provisioner-password-file to proxycommand.
  • Loading branch information
maraino committed Feb 15, 2022
2 parents 51513d9 + 25ce408 commit 03fb2ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/ssh/proxycommand.go
Expand Up @@ -53,6 +53,7 @@ This command will add the user to the ssh-agent if necessary.
: The port to connect to.`,
Flags: []cli.Flag{
flags.Provisioner,
flags.ProvisionerPasswordFileWithAlias,
flags.TemplateSet,
flags.TemplateSetFile,
flags.Offline,
Expand Down

0 comments on commit 03fb2ef

Please sign in to comment.