mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:26:03 +02:00
Adds command to show SSH key fingerprint (#935)
Adds an ssh-keygen command to show the fingerprint of an SSH key in the same format that is used by Github to list SSH keys that it knows about.
This commit is contained in:
parent
d3f5b7f457
commit
44527a82a8
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
|
||||
`ssh-keygen -l -F {{remote_host}}`
|
||||
|
||||
- Retrieve the fingerprint of a key in MD5 Hex:
|
||||
|
||||
`ssh-keygen -l -E md5 -f ~/.ssh/{{filename}}`
|
||||
|
||||
- Change the password of a key:
|
||||
|
||||
`ssh-keygen -p -f ~/.ssh/{{filename}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue