SSH
SSH SSH (Secure Shell) - It is a network protocol used for performing operation on network services securely over a less secured network like internet. It provides a channel which is secured for remote log in to any system . Any service on the network can be made secure by SSH. It provides a better option for authentication by implementing strong encryption of data. Over a client-server architecture the SSH provides a secure channel from the client application to the server computer. SSH stands for Secure Shell . A shell is a piece of software that allows you to communicate with the core of your operating system. This is typically done via a command line interface. You don’t need to be at a computer to access a shell. A shell account is a personal account that lets you access a shell from a different computer. These used to be commonplace, used to access files, ema...