使用 macOS 的 OS X Keychain 保存 SSH 公钥密码
建立 ~/.ssh/config
文件,内容:
Host *
UseKeychain yes
AddKeysToAgent yes
然后添加私钥到系统即可:
ssh-add [/path/to/your/private/key]
最后修改于 2020-06-25
建立 ~/.ssh/config
文件,内容:
Host *
UseKeychain yes
AddKeysToAgent yes
然后添加私钥到系统即可:
ssh-add [/path/to/your/private/key]
最后修改于 2020-06-25