Chuyện của sys

DevOps Blog

Remove passpharse for SSH key without create a new key July 22, 2015

$ ssh-keygen -p [-P old_passphrase] [-N new_passphrase] [-f keyfile]

nhanpt5@CPU10876-local:~$ ssh-keygen -p -P 123456 -N “” -f ~/.ssh/id_rsa
Key has comment ‘/home/nhanpt5/.ssh/id_rsa’
Your identification has been saved with the new passphrase.

Categories: Cũ hơn

Leave a Reply

Your email address will not be published. Required fields are marked *