-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
--certificate
flag to step ssh fingerprint
command
With the changes from smallstep/crypto#207, the default behavior of `step ssh fingerprint` changes to be like the behavior of `ssh-add` (and similar tools). When a fingerprint is determined for an SSH certificate, the fingerprint will only include the bytes of the public key. With the `--certificate` flag, a user can create a fingerprint for the entire SSH certificate contents.
- Loading branch information
Showing
4 changed files
with
75 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.