SK0-004 · Question #80
After successfully authenticating to a remote server, a server administrator is presented with an interactive command line with no graphical interface. Which of the following protocols did the…
The correct answer is A. SSH. SSH (Secure Shell) is the standard protocol for establishing an encrypted, interactive command-line session on a remote server without a graphical interface.
Question
After successfully authenticating to a remote server, a server administrator is presented with an interactive command line with no graphical interface. Which of the following protocols did the administrator MOST likely use to securely connect to the remote server?
Options
- ASSH
- BBash
- CTelnet
- DFTP
How the community answered
(21 responses)- A95% (20)
- B5% (1)
Why each option
SSH (Secure Shell) is the standard protocol for establishing an encrypted, interactive command-line session on a remote server without a graphical interface.
SSH is a cryptographic network protocol specifically designed to provide secure, authenticated, and encrypted remote access to a server's command-line environment. Upon successful authentication, SSH presents the user with an interactive shell session, which matches the scenario described. Its use of encryption for both authentication and all session traffic distinguishes it from older plaintext protocols and makes it the industry standard for secure remote administration.
Bash is a command interpreter and scripting language that runs locally on a Unix/Linux system; it is not a network protocol and cannot be used to connect to a remote server.
Telnet provides a remote interactive CLI similar to SSH but transmits all data including credentials in cleartext, making it insecure and not a valid answer where secure connectivity is specified.
FTP is a protocol designed specifically for file transfer between hosts, not for establishing an interactive command-line session on a remote system.
Concept tested: SSH secure remote CLI access protocol
Source: https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_overview
Topics
Community Discussion
No community discussion yet for this question.