If you've been following along, you're probably thinking that it would be greatif we could somehow decrypt our private key(s) once, and gain the ability to sshfreely, without any passwords.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
Clearly, it only makes sense to start itin the parent process of your X session if you want to use the set of decrypted private keys in all subsequent X applications.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
We will still need to decrypt the private key on the client with the pass phrase we used before, but this should not be confused with the pass phrase of the user account on the server.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
Only the holder of the corresponding private key (the client) is able to decrypt it, so as you might have guessed, the correct response leads to successful authentication.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
Since you should now have your decrypted private key ready, you should be able to ssh into the server without entering any passwords.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕