SK0-004 · Question #807
A remote Linux server requires an IP address change before being moved to a new datacenter. The server does not have X installed on it. Which of the following is an administrator MOST likely to use…
The correct answer is A. SSH. When a Linux server lacks a graphical environment (X Window System), SSH is the standard protocol for secure remote command-line access to perform administrative tasks like network reconfiguration.
Question
A remote Linux server requires an IP address change before being moved to a new datacenter. The server does not have X installed on it. Which of the following is an administrator MOST likely to use to log in and change the address?
Options
- ASSH
- BRDP
- CVNC
- DFTP
How the community answered
(60 responses)- A90% (54)
- B2% (1)
- C3% (2)
- D5% (3)
Why each option
When a Linux server lacks a graphical environment (X Window System), SSH is the standard protocol for secure remote command-line access to perform administrative tasks like network reconfiguration.
SSH (Secure Shell) is a text-based remote administration protocol that operates over port 22 and requires no graphical interface on the target system. Because the server lacks X (the X Window System), any GUI-dependent tool is unavailable, making SSH the appropriate and standard choice for a Linux administrator to log in and edit network configuration files.
RDP (Remote Desktop Protocol) is a Windows-specific graphical remote access protocol and is not natively available or appropriate for Linux server administration in this context.
VNC (Virtual Network Computing) requires a running graphical desktop environment, which depends on the X Window System - the very component stated to be absent on this server.
FTP (File Transfer Protocol) is used for file transfers only and does not provide an interactive shell or the ability to run administrative commands on a remote system.
Concept tested: SSH remote access for Linux administration
Source: https://www.openssh.com/manual.html
Topics
Community Discussion
No community discussion yet for this question.