SSH (Secure Shell) is a cryptographic network protocol

SSH (Secure Shell) is a cryptographic network protocol used for secure communication between computers and servers. It allows you to establish a secure data transfer channel over an unsecured network by connecting an SSH client application to an SSH server. SSH is primarily used for remote login and remote command execution, as well as secure file transfer (SFTP, SCP).

SSH authentication is performed using public key cryptography, which ensures that the identity of the network computer and the user is verified. This protocol replaces older and less secure remote shell protocols such as Telnet, rlogin, and rsh.

SSH