gpt4 book ai didi

macos - OSX 安全 find-identity 在 ssh-ed 机器中找不到身份

转载 作者:行者123 更新时间:2023-12-02 14:14:34 25 4
gpt4 key购买 nike

我正在 ssh-ing 到 otherosx我的 OSX(10.10.3) 机器上的 OSX (10.10.3) 机器,用于构建 mac 应用程序。

ssh user@otherosx

然后在 otherosx我尝试像这样导入身份:
security default-keychain -s /path/to/my/login.keychain
security unlock-keychain
security import my_identity.p12 -P passphrase

然后我试图找到我的身份:
security find-identity

我明白了:
Policy: X.509 Basic
Matching identities
0 identities found

Valid identities only
0 valid identities found

有谁知道如何解决这一问题?有没有人遇到过同样的问题?

PS。我还到处尝试了完整路径, security list-keychains -s /path/to/my/login.keychain在解锁钥匙串(keychain)和搜索身份之前。

最佳答案

好的,看来如果您像这样导入:

security import my_identity.p12 -k /path/to/my/login.keychain -P passphrase

然后它工作。至少为我工作过一次。

看来这也可能与这些问题有关:

"User interaction is not allowed" trying to sign an OSX app using codesign

Xcode, Codesign Error from Jenkins / SSH - "User Interaction is not allowed"

关于macos - OSX 安全 find-identity 在 ssh-ed 机器中找不到身份,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29914718/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com