mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Corrects description for mode option in ssh command (#4420)
Fixes #4375
This commit is contained in:
committed by
Jeff Mitchell
parent
7b2858b7a3
commit
78aa4876eb
@@ -94,7 +94,7 @@ func (c *SSHCommand) Flags() *FlagSets {
|
||||
Default: "",
|
||||
EnvVar: "",
|
||||
Completion: complete.PredictSet("ca", "dynamic", "otp"),
|
||||
Usage: "Name of the role to use to generate the key.",
|
||||
Usage: "Name of the authentication mode (ca, dynamic, otp).",
|
||||
})
|
||||
|
||||
f.StringVar(&StringVar{
|
||||
|
||||
@@ -65,7 +65,7 @@ flags](/docs/commands/index.html) included on all commands.
|
||||
|
||||
### SSH Options
|
||||
|
||||
- `-mode` `(string: "")` - Name of the role to use to generate the key.
|
||||
- `-mode` `(string: "")` - Name of the authentication mode (ca, dynamic, otp)."
|
||||
|
||||
- `-mount-point` `(string: "ssh/")` - Mount point to the SSH secrets engine.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user