XK0-005 · Question #651
XK0-005 Question #651: Real Exam Question with Answer & Explanation
The correct answer is A: ssh -X user@server application. The ssh -X option enables X11 forwarding, which allows the user to run graphical applications on the remote server and display them on the local workstation. The user needs to specify the username, the server address, and the application name after the ssh -X command. The remote
Question
A User on a Linux workstation needs to remotely start an application on a Linux server and then forward the graphical display of that application back to the Linux workstation. Which of the following would enable the user to perform this action?
Options
- Assh -X user@server application
- Bssh -y user@server application
- Cssh user@server application
- Dssh -D user@server application
Explanation
The ssh -X option enables X11 forwarding, which allows the user to run graphical applications on the remote server and display them on the local workstation. The user needs to specify the username, the server address, and the application name after the ssh -X command. The remote server also needs to have X11 Forwarding enabled and xauth installed for this to work.
Topics
Community Discussion
No community discussion yet for this question.