Check my private key from created ssh keys

I use ssh-keygen -t rsa to generate ssh keys, I learned that my private key is saved to the id_rsa file in the .ssh directory, I wonder what mac ox command line that I should use to see what my private keys is? Thank you in advance.


cat ~/.ssh/id_rsa

or

open ~/.ssh/id_rsa

Works the same for id_rsa.pub

链接地址: http://www.djcxy.com/p/85366.html

上一篇: 以编程方式重新安装应用程序apk而不下载

下一篇: 从创建的ssh密钥中检查我的私钥