Which of the following is a major advantage to using SSH over Telnet for remotely accessing a Linux system?

A. Telnet does not have a common TCP port assignment, SSH does.
B. SSH uses much less bandwidth to perform the same functions as Telnet.
C. SSH is a secure, encrypted alternative to Telnet.
D. Telnet is not available for use by Linux systems.

Answer: C

Computer Science & Information Technology

You might also like to view...

________ uses special effects applied to the text itself, not to the shape surrounding the text

Fill in the blank(s) with correct word

Computer Science & Information Technology

Let modify be a public member function for the class USStates which modifies the attributes of one object of the class. To change the ith object of the class requires the following call to modify:

a. modify (USStates); b. modify (USStates[i]); c. modify (stateArr); d. stateArr.modify (USStates[i]; e. stateArr[i].modify ( );

Computer Science & Information Technology