SSHprotokolla
SSHprotokolla, or Secure Shell protocol, is a cryptographic network protocol for operating network services securely over an unsecured network. It is commonly used for remote login and command-line execution. SSH provides a secure channel over which a client can send and receive data to and from a remote server. The primary security features include strong encryption, authentication, and data integrity.
The protocol operates on the application layer and typically runs over TCP port 22. SSH consists of
SSH was developed as a replacement for Telnet and rlogin, which transmit data, including passwords, in clear