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 in Telnet system happens in a plain text format which is easily visible or understandable to your local area network or any device connected to this network.
This means any devil who sniff in-between can get your user name, password easily. It may possible for him to read email what you have read and commands that you run. Its a serious security breach.
For more understanding you can visit
http://en.wikipedia.org/wiki/Secure_Shell
http://www.openssh.org
http://www.ssh.com
My intention was to give clear idea about SSH. Therefore if you really understand this article, a thank you is much appreciated.