LPIC-1 Exam 102 v5 (Linux Administrator) — Question 47

What is a purpose of an SSH host key?

Answer options

Correct answer: C

Explanation

The correct answer is C because the SSH host key is essential for providing identity verification of the server to the client, ensuring secure connections. Option A is incorrect as the client does not send the host key; it only sends its user key. Option B is wrong because the host key is not a root key for user SSH keys. Option D misrepresents the purpose of the host key, which does not authenticate users but rather identifies the server. Option E is also incorrect since while services may use SSH, the host key specifically pertains to server identity.