Merge pull request #903 from baron42bba/master

ssh-keygen: change passphrase for ssh-key
waldyrious/alt-syntax
Leandro Ostera 2016-06-01 16:44:49 +02:00
commit a8c79425a8
1 changed files with 4 additions and 0 deletions

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