SSH Keys And Their Management.
SSH keys or Secure Shell keys are the set of keys, which provides the user with the network security. These keys run under the SSH protocol. These keys are actually used to build a secure network with a connection to the Linux server. SSH keys, always come in a pair, each of them has a private key and a public key. These keys are available in many sizes. Also, one can create their own SSH keys, in a Windows System, by downloading and using an SSH client. The SSH protocol works on the client-server model. These keys can be categorized into two types, based on who or what posses the key pairs: 1. Host Keys 2. Session Keys 3. User Keys SSH Keys helps in the establishment of the secured network, by executing your command given at a local terminal through an encrypted SSH tunnel. It’s a text-based interfere, which helps you in connecting with the server directly. These keys are actually the set of cryptogenic keys, which are used for authentication. If you plan to establi...