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.
只是为了明确和清楚。OpenSSH 代理将未加密的私钥保存在内存中,还是将密码保存在内存中,并在需要时解密密钥?我认为这个问题 9650410间接地回答了我。(未加密的私钥在内存中。)
我不是编码员,如果我尝试过,我无法理解来源。
我相信 ssh-agent 使用密码短语一次来解密私钥,并且解密的私钥保存在内存中。密码仅在最初使用。
请参阅:https ://security.stackexchange.com/questions/39837/does-ssh-agent-store-the-ssh-key-passwords-in-cleartext-in-the-memory