ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 205 - XK0-005 discussion

Report
Export

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?

A.
ssh -X user@server application
Answers
A.
ssh -X user@server application
B.
ssh -y user@server application
Answers
B.
ssh -y user@server application
C.
ssh user@server application
Answers
C.
ssh user@server application
D.
ssh -D user@server application
Answers
D.
ssh -D user@server application
Suggested answer: A

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 X11Forwarding enabled and xauth installed for this to work.

The web search result8explains how to run a GUI application through SSH by configuring both the SSH client and server.

The web search result6provides a detailed answer on how to forward X over SSH to run graphics applications remotely, with examples and troubleshooting tips.

The CompTIA Linux+ Certification Exam Objectives mention that the candidate should be able to ''use SSH for remote access and management'' as part of the System Operation and Maintenance domain1.

asked 02/10/2024
Kamran Kamran
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first