nerdexam
GIAC

GSLC · Question #96

Which of the following statements about Secure Shell (SSH) are true? Each correct answer represents a complete solution. Choose three.

The correct answer is B. It was designed as a replacement for TELNET and other insecure shells. C. It is a network protocol used primarily on Linux and Unix based systems. D. It allows data to be exchanged using a secure channel between two networked devices. This question tests foundational knowledge of SSH, covering its purpose, scope of use, and core security mechanism. SSH is a cryptographic network protocol designed to replace insecure plaintext remote access protocols.

Security Architecture & Engineering

Question

Which of the following statements about Secure Shell (SSH) are true? Each correct answer represents a complete solution. Choose three.

Options

  • AIt is the core routing protocol of the Internet.
  • BIt was designed as a replacement for TELNET and other insecure shells.
  • CIt is a network protocol used primarily on Linux and Unix based systems.
  • DIt allows data to be exchanged using a secure channel between two networked devices.

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    94% (30)

Why each option

This question tests foundational knowledge of SSH, covering its purpose, scope of use, and core security mechanism. SSH is a cryptographic network protocol designed to replace insecure plaintext remote access protocols.

AIt is the core routing protocol of the Internet.

SSH is a remote access and tunneling protocol, not a routing protocol; the core routing protocols of the Internet are BGP (Border Gateway Protocol) and interior protocols such as OSPF and EIGRP.

BIt was designed as a replacement for TELNET and other insecure shells.Correct

SSH was explicitly created by Tatu Ylonen in 1995 as a secure replacement for TELNET, rlogin, rsh, and other protocols that transmitted credentials and data in plaintext over the network.

CIt is a network protocol used primarily on Linux and Unix based systems.Correct

SSH originated in and remains predominantly used on Linux and Unix-based operating systems for remote administration, though it is now also available on Windows.

DIt allows data to be exchanged using a secure channel between two networked devices.Correct

SSH establishes an encrypted channel between client and server using public-key cryptography and symmetric encryption, ensuring confidentiality and integrity of all exchanged data.

Concept tested: SSH protocol purpose, scope, and secure channel functionality

Source: https://www.ssh.com/academy/ssh/protocol

Topics

#SSH#secure shell#network protocols#remote access

Community Discussion

No community discussion yet for this question.

Full GSLC Practice