Change SSH Key Passphrase Linux

This blog post will show you how to change or remove an SSH key passphrase on Linux ubuntu.

Passphrase

SSH passphrase adds an extra layer of security to SSH key by password protect them. To change the passphrase password or remove it completely run the following command with the name of the SSH key.

ssh-keygen -p -f key

Processing…
Success! You're on the list.

Posted

in

by