网站首页 文章专栏 使用公钥作为密码
碰到过的关于公钥的问题
首先进入私钥所在目录
cd ~/.ssh/
然后使用ssh-keygen命令
ssh-keygen -f id-rsa -p
按提示操作即可 terminal的输出是这样的
$ ssh-keygen -f id_rsa -p Enter old passphrase: Enter new passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved with the new passphrase.