COMPUTER SOFTWARE
OPERATING SYSTEMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
You have the choice of using SSH or telnet to remote manage a machine, what would you choose?
|
telnet as the commands are built into all operating systems
|
|
SSH as it provides encryption of the commands being sent and recieved
|
|
telnet as it provided encryption of the commands being sent and received
|
|
SSH as all systems have it installed so its there to use
|
Explanation:
Detailed explanation-1: -SSH (Secure Shell) SSH is a network protocol used to remotely access and manage a device. The key difference between Telnet and SSH is that SSH uses encryption, which means that all data transmitted over a network is secure from eavesdropping. SSH uses the public key encryption for such purposes.
Detailed explanation-2: -SSH (Secure Shell) provides a secure alternative to Telnet. SSH protects user identities, passwords, and data from network snooping attacks, and allows secure logins and file transfers.
There is 1 question to complete.