mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 22:44:56 +02:00
Merge pull request #903 from baron42bba/master
ssh-keygen: change passphrase for ssh-key
This commit is contained in:
commit
a8c79425a8
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@
|
|||
- Retrieve the key fingerprint from a host (useful for confirming the authenticity of the host when first connecting to it via SSH):
|
||||
|
||||
`ssh-keygen -l -F {{remote_host}}`
|
||||
|
||||
- Change the password of a key:
|
||||
|
||||
`ssh-keygen -p -f ~/.ssh/{{filename}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue