
What is SSH or Security SHell
SSH, which is an acronym for Secure SHell. Shell means command line and security shell means the process by which shell is accessed remotely in a network using a secured way.
Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote shell services or command execution and other secure network services between two networked computers that connects, via a secure channel over an insecure network, a server and a client .
Why it is so important concerning security
I think many of you already have heard about Telnet. Telnet is used to access shell account remotely in a network. But Telnet is not a great idea since every data of receiving and sending...