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?
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.
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
...
This section is not available anymore. Please use the main Exam Page.XK0-005 Exam Questions
Log in to ExamTopics
Sign in:
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.
nixonbii
11 months, 2 weeks agolinux_admin
11 months, 3 weeks ago