Monday, April 9, 2018

Git on Bitbucket: Remove passphrase


You can easily remove passphrase of your key by using the following command
ssh-keygen -p
On the first prompt, enter the file path (or press Enter to change the default) Second prompt, enter the old passphrase Next prompt, just press enter to unset the passphrase
Looks like this is the easiest way!

No comments: