Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如标题所述,我想将密钥对导入 Keychain Access。 我做了什么:
我要做什么:
欢迎任何建议。
自己找到了答案:
打开Terminal.app:
Terminal.app
$ security import developer_rsa_key -k login.keychain -t priv -f openssh2 1 key imported. $ security import developer_rsa_key.pub -k login.keychain -t pub -f openssh2 1 key imported.