exam questions

Exam XK0-005 All Questions

View all questions & answers for the XK0-005 exam

Exam XK0-005 topic 1 question 159 discussion

Actual exam question from CompTIA's XK0-005
Question #: 159
Topic #: 1
[All XK0-005 Questions]

A Linux administrator needs to connect securely to a remote server in order to install application software. Which of the following commands would allow this connection?

Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nixonbii
11 months, 2 weeks ago
Are we even going to address the implications of this question? Never, ever enable remote root login. I understand the concept, but the implied methodology is very scary.
upvoted 3 times
...
linux_admin
11 months, 3 weeks ago
Selected Answer: D
D. ssh -i "ABC-key.pem" [email protected] Explanation: ssh is a command in Linux used to establish a secure shell connection to a remote server. -i "ABC-key.pem" is an option used with the ssh command to specify the private key file to use for authentication. The private key file is used to establish a secure connection to the remote server. [email protected] is the username and IP address of the remote server to which the connection is being established.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...