Google News
logo
DevOps - Interview Questions
What is the use of SSH?
SSH stands for Secure Shell and is an administrative protocol that lets users have access and control the remote servers over the Internet to work using the command line.
 
SSH is a secured encrypted version of the previously known Telnet which was unencrypted and not secure. This ensured that the communication with the remote server occurs in an encrypted form.
 
SSH also has a mechanism for remote user authentication, input communication between the client and the host, and sending the output back to the client.
Advertisement