nerdexam
(ISC)2

SSCP · Question #1167

What protocol is typically used to login to a remote machine and execute commands?

The correct answer is C. Secure Shell (SSH). Secure Shell (SSH) is the standard protocol for securely logging into remote machines and executing commands over an unsecured network.

Submitted by tom_us· Apr 18, 2026Network and Communications Security

Question

What protocol is typically used to login to a remote machine and execute commands?

Options

  • ASecure Sockets Layer (SSL)
  • BSecure Electronic Transaction (SET)
  • CSecure Shell (SSH)
  • DSecure Multipurpose Internet Mail Extension (S/MIME)

How the community answered

(17 responses)
  • C
    94% (16)
  • D
    6% (1)

Why each option

Secure Shell (SSH) is the standard protocol for securely logging into remote machines and executing commands over an unsecured network.

ASecure Sockets Layer (SSL)

SSL (now TLS) is primarily used for securing web traffic (HTTPS) and other application-layer protocols, not for remote command execution.

BSecure Electronic Transaction (SET)

SET is a protocol designed specifically for securing credit card transactions over unsecured networks, not for remote machine access.

CSecure Shell (SSH)Correct

Secure Shell (SSH) is a cryptographic network protocol that enables secure remote login and command-line execution, providing encrypted communication between a client and a server. It is widely used for managing servers, network devices, and other remote systems due to its robust security features.

DSecure Multipurpose Internet Mail Extension (S/MIME)

S/MIME is used for securing email communication, providing encryption and digital signatures for messages, not for remote command execution.

Concept tested: Secure remote access protocols

Source: https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_overview

Topics

#SSH#Remote Access Protocols#Network Protocols#Secure Communication

Community Discussion

No community discussion yet for this question.

Full SSCP Practice