A network technician has provisioned a new Linux instance in a public cloud provider's IaaS environment.
The technician did not install a graphical user interface.
The technician wants to connect to the server's public IP address securely to start a console session.
Which of the following remote access methods should the technician use?
A.
SSH B.
Telnet C.
VNC D.
RDP.
A.
A network technician has provisioned a new Linux instance in a public cloud provider's IaaS environment.
The technician did not install a graphical user interface.
The technician wants to connect to the server's public IP address securely to start a console session.
Which of the following remote access methods should the technician use?
A.
SSH
B.
Telnet
C.
VNC
D.
RDP.
A.
The remote access method that the technician should use to securely connect to the Linux instance without a graphical user interface is SSH (Secure Shell).
SSH is a network protocol that provides a secure way to access a remote computer. It encrypts the communication between the client and the server, which prevents eavesdropping and tampering with the data being transmitted.
In this scenario, the technician wants to connect to the server's public IP address securely to start a console session. SSH allows the technician to establish a secure command-line connection to the Linux instance using the public IP address. The technician can then use the command line interface to manage the Linux instance without the need for a graphical user interface.
The other remote access methods listed in the options are not secure or not suitable for this scenario: