Remote Linux Server Access: Protocols for Cloud Systems Administrators

Which Protocol is Used to Access a Remote Linux Server in the Cloud?

Question

A cloud systems administrator needs to log in to a remote Linux server that is hosted in a public cloud.

Which of the following protocols will the administrator MOST likely use?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.

The most likely protocol that a cloud systems administrator will use to log in to a remote Linux server hosted in a public cloud is Secure Shell (SSH), option C.

Secure Shell (SSH) is a network protocol that provides a secure channel over an unsecured network. It is used for remote login and executing commands on a remote machine. SSH is commonly used on Linux and Unix-based systems, as well as on other platforms, to connect to remote servers.

HTTPS (option A) is a protocol used for secure communication over the internet. It is commonly used for web browsing and accessing web applications. However, it is not typically used for logging into remote servers.

Remote Desktop Protocol (RDP) (option B) is a protocol used to remotely access and control Windows desktops or servers. It is not typically used to log in to Linux servers.

Virtual Network Computing (VNC) (option D) is a protocol used for remote access and control of graphical desktops. It is not typically used to log in to Linux servers.

Therefore, the most likely protocol that a cloud systems administrator will use to log in to a remote Linux server hosted in a public cloud is Secure Shell (SSH).