LPIC-2 Exam 202 (Linux Engineer) — Question 86
To allow X connections to be forwarded from or through an SSH server, what configuration keyword must be set to yes in the sshd configuration file?
Answer options
- A. AllowForwarding
- B. ForwardingAllow
- C. XllForwardingAllow
- D. XllForwarding
Correct answer: D
Explanation
The correct answer is D, XllForwarding, which must be enabled to allow X11 connections through the SSH server. Options A, B, and C are incorrect as they do not correspond to the correct configuration keyword required for X forwarding in the sshd configuration file.