1
0
Fork 0
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:
Leandro Ostera 2016-06-01 16:44:49 +02:00
commit a8c79425a8

View file

@ -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}}`