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>
This commit is contained in:
@@ -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):
|
- 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}}`
|
`ssh-keygen -l -F {{remote_host}}`
|
||||||
|
|
||||||
|
- Change the password of a key:
|
||||||
|
|
||||||
|
`ssh-keygen -p -f ~/.ssh/{{filename}}`
|
||||||
|
Reference in New Issue
Block a user