diff --git a/pages/common/ssh-keygen.md b/pages/common/ssh-keygen.md index 0d6a6312f..403bf142e 100644 --- a/pages/common/ssh-keygen.md +++ b/pages/common/ssh-keygen.md @@ -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}}`