CompTIA Linux+ XK0-005 Practice Question
An administrator is tasked with running a remote session for a graphically-intensive application on a Linux server, where the display output is needed on a local machine. Given security considerations and the necessity for GUI rendering, which SSH command should the administrator use to initiate this remote session securely?
ssh -X user@hostname
ssh -C user@hostname
ssh -x user@hostname
ssh -Y user@hostname