LPIC-1 Exam 102 v5 (Linux Administrator) — Question 12
Which configuration file contains the default options for SSH clients?
Answer options
- A. /etc/ssh/sshd_config
- B. /etc/ssh/ssh
- C. /etc/ssh/ssh_config
- D. /etc/ssh/client
- E. /etc/ssh/ssh_client
Correct answer: C
Explanation
The correct answer is C, /etc/ssh/ssh_config, as this file is specifically used to define default options for SSH clients. Option A, /etc/ssh/sshd_config, is for the SSH server's configuration, while options B, D, and E do not exist as standard configuration files for SSH clients.