Which of the following commands preloads and manages keys that are used for automatic authentication while logging in to other machines using SSH?



A.

sshd

B.

ssh-agent

C.

ssh-keygen

D.

ssh-add

題解

選項A,「sshd」指令用來設定SSH Server。

選項B,「ssh-agent」指令用來進行SSH權限相關設定。為正確答案。

選項C,「ssh-keygen」指令用來產生SSH金鑰。

選項D,「ssh-add」指令可以新增私有金鑰提供給SSH使用。