为啥现在每次用 iterm2 登陆 ssh 都要让我输入 key 的密码

2016-12-25 17:53:47 +08:00
 xdz0611
我现在需要手动添加到 keychain 中,也就是 ssh-add -k /path/to/key 这样子才行.

但是我记得以前从来不需要啊,我也不记得什么时候保存到 keychain 中的,最近升级到 10.12.2 之后,每次都要让输入密码呢
2151 次点击
所在节点    macOS
1 条回复
ericguo
2016-12-25 18:04:15 +08:00
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

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/330040

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX