1 / 3

SSH Protocol: A Cryptographic Network Protocol

SSH refers to a protocol that is meant to facilitate secure communication between two systems. It makes use of the client-server architecture. SSH makes it possible for users to remotely log into server host systems. It also ensures that it becomes impossible for intruders to have access to unencrypted passwords.

htshosting
Télécharger la présentation

SSH Protocol: A Cryptographic Network Protocol

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SSH Protocol: A SSH Protocol: A Network Protocol Cryptographic Cryptographic Network Protocol What is SSH? SSH protocol is the abbreviation for Secure Shell protocol. It refers to a cryptographic network protocol and is the method that is meant to ensure remote login from one computer to another which is secure. It operates network services in a secure way over a network that is not secure. Many alternative options are provided by it for the purpose of achieving strong authentication. It provides a safe alternative to certain file transfer methods that are not secure, such as FTP, and certain non- protected login protocols, such as rlogin and telnet etc. SSH can secure any network service. A secure channel is provided by SSH over a network that is not secure and this is accomplished by using a client-server architecture in which an SSH client application is connected with an SSH server. Secure Shell is usually used for accessing operating systems that are like Unix but it is also possible to use it on Microsoft Windows. Public-key cryptography is used by SSH for the purpose of authenticating a remote computer and for allowing it to authenticate the user, if that is deemed necessary. Among the many ways in which SSH can be used, one way involves using public-private key pairs that have been generated automatically. This is done for the purpose of encrypting a network connection, post which password authentication is used for logging in. The other way uses a public-private key pair that has been generated manually to carry out authentication. In it, programs or users are allowed to log in without the requirement for specifying a password. In this alternative, a pair of different keys (public and private) that match can

  2. be produced by anyone. The key that is public is placed on all computers which must ensure that access is allowed to the matching private key’s owner. The owner is supposed to maintain secrecy regarding the private key. Authentication is based on the key that is private but that key never gets transferred over the network at the time of authentication. All that SSH does, is to ascertain that the same entity that is providing the public key is the owner of the corresponding private key. All versions of SSH emphasize the importance of verifying public keys that are unknown. Hence, the public keys need to be associated with identities, prior to being accepted as valid ones. In the event that an attacker’s public key is accepted without validating it, an unauthorized attacker will get authorized as a valid user which would lead to disastrous consequences. How Does SSH Work? The SSH protocol functions as per the client-server model. This indicates that the connection is established by the SSH client that connects to the SSH server. The connection setup process is driven by the SSH client. Public key cryptography is used to ascertain the SSH server’s identity. Post the setup phase, strong symmetric encryption as well as hashing algorithms are used by the SSH protocol to provide integrity along with privacy to the data that the client and the server exchange. Once the SSH client and the server are connected, the transmitted data gets encrypted based on the parameters that had been negotiated in the setup stage. The negotiation is when the server and the client agree on the use of the symmetric encryption algorithm and the generation of the encryption key that is meant to be used, takes place. The safety of the traffic that ensues between the parties that are in communication, is ensured by strong encryption algorithms that are known to be the industry standard. Moreover, a mechanism that ensures the transmitted data’s integrity is included in the SSH protocol. This is accomplished by using the standard hash algorithms. The Uses of SSH SSH protocol is used primarily for certain purposes which are related to issuing remote commands, providing access that is secure with regard to automated processes and users, managing network infrastructure as well as other system components that are mission-critical, transferring files that are interactive and automated. The main use of such key-based authentication is ensuring automation that is secure. Automated secure shell file transfers serve the purpose of seamlessly integrating applications. Tunneling as well as forwarding TCP ports and X11 connections are supported by SSH. SSH holds importance in cloud computing where it can solve problems that are related to connectivity. It aids in avoiding the issues pertaining to security that occur when a cloud-based virtual machine is exposed directly on the Internet. A secure path (through a firewall to a virtual machine) is provided over the Internet by an SSH tunnel. With regard to the context of cloud, the term “cloud hosting” comes to mind. To digress, cloud hosting is a type of hosting service that is provided by web hosting service providers in order to make a website accessible. Web hosting is a service where server space is leased to website owners so that the files of their websites can be stored on it. Web hosting can be of many types, such as cloud, shared, dedicated, VPS, reseller, WordPress etc. Many web hosts have become renowned as the “Best Website Hosting Company” or as the “Best Windows Hosting Company” or as the “Top Cloud Hosting Company” as the services that they provide have been of high quality.

  3. To conclude, Secure Shell (SSH) protocol provides authentication that is based on password or public key. This safe alternative to legacy login protocols and file transfer methods that are not secure, encrypts connections that are between two endpoints of a network. Source: https://htswebhosting.wordpress.com/2021/02/06/ssh-protocol-a-cryptographic-network- protocol/

More Related