Skip to content

Commit a912ef6

Browse files
Merge pull request #571 from smallstep/hunter/ssh-renew
Updated ssh renew description with user/host
2 parents deb91a4 + 014b1a3 commit a912ef6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

command/ssh/renew.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ func renewCommand() cli.Command {
2828
[**--out**=<file>] [**--issuer**=<name>] [**--password-file**=<file>]
2929
[**--force**] [**--ca-url**=<uri>] [**--root**=<file>]
3030
[**--offline**] [**--ca-config**=<file>]`,
31-
Description: `**step ssh renew** command renews an SSH Cerfificate
31+
Description: `**step ssh renew** command renews an SSH Host Cerfificate
3232
using [step certificates](https://github.com/smallstep/certificates).
3333
It writes the new certificate to disk - either overwriting <ssh-cert> or
34-
using a new file when the **--out**=<file> flag is used.
34+
using a new file when the **--out**=<file> flag is used. This command cannot
35+
be used to renew SSH User Certificates.
3536
3637
## POSITIONAL ARGUMENTS
3738

0 commit comments

Comments
 (0)