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?
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?
To allow X connections to be forwarded from or through an SSH server, the configuration keyword that needs to be set to yes is 'X11Forwarding'. This is the standard keyword used in the sshd configuration file for enabling X11 forwarding, which allows graphical applications to be run remotely and displayed locally.
"X11Forwarding" is correct and "XllForwarding" is a spelling mistake.
D is correct!