nerdexam
CompTIA

SK0-004 · Question #831

A systems administrator is providing encrypted command-line access to a *nix server to allow for administration from another site. Which of the following protocols would MOST likely be configured?

The correct answer is C. SSH. SSH (Secure Shell) is the standard protocol for encrypted remote command-line access to Unix/Linux systems. It provides secure authentication and encrypted communication over a network.

Server administration

Question

A systems administrator is providing encrypted command-line access to a *nix server to allow for administration from another site. Which of the following protocols would MOST likely be configured?

Options

  • ARDP
  • BSCP
  • CSSH
  • DTelnet

How the community answered

(14 responses)
  • C
    93% (13)
  • D
    7% (1)

Why each option

SSH (Secure Shell) is the standard protocol for encrypted remote command-line access to Unix/Linux systems. It provides secure authentication and encrypted communication over a network.

ARDP

RDP (Remote Desktop Protocol) is a Microsoft protocol for graphical desktop remote access, not command-line access to *nix servers.

BSCP

SCP (Secure Copy Protocol) is used for secure file transfer between hosts, not for interactive command-line administration sessions.

CSSHCorrect

SSH operates on port 22 and provides encrypted command-line access to *nix systems, making it the standard protocol for secure remote administration. It uses public-key cryptography to authenticate the remote computer and the user, encrypting all traffic to prevent eavesdropping. It is specifically designed for secure terminal sessions, which matches the requirement of encrypted command-line access.

DTelnet

Telnet provides command-line access but transmits all data including credentials in plaintext, offering no encryption and thus failing the security requirement.

Concept tested: SSH protocol for encrypted remote administration

Source: https://www.openssh.com/manual.html

Topics

#SSH#encrypted remote access#command-line administration#protocol selection

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice