我现在需要手动添加到 keychain 中,也就是 ssh-add -k /path/to/key 这样子才行.
但是我记得以前从来不需要啊,我也不记得什么时候保存到 keychain 中的,最近升级到 10.12.2 之后,每次都要让输入密码呢
但是我记得以前从来不需要啊,我也不记得什么时候保存到 keychain 中的,最近升级到 10.12.2 之后,每次都要让输入密码呢
1
ericguo Dec 25, 2016 https://www.reddit.com/r/osx/comments/52zn5r/difficulties_with_sshagent_in_macos_sierra/
vi ~/.ssh/config Host * UseKeychain yes AddKeysToAgent yes IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/id_25519 |