ssh-keygen: change passphrase for ssh-key

- add info for changing password of an existing ssh-key

Signed-off-by: Andreas Gerler <baron@bundesbrandschatzamt.de>
waldyrious/alt-syntax
Andreas Gerler 2016-06-01 09:15:10 +00:00
parent df845014a0
commit 4d8497271f
Failed to extract signature
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}}`