SSH
SSH, or Secure Shell, is a cryptographic network protocol used for secure communication over an unsecured network. It provides a secure channel over an insecure network by using a client-server architecture, connecting an SSH client application with an SSH server. SSH is widely used for remote login and other secure network services between two networked computers.
The protocol operates on the application layer of the TCP/IP model and uses port 22 by default.
One of the primary uses of SSH is remote command-line login, allowing users to execute commands on
SSH is available for various operating systems, including Unix-like systems, Windows, and macOS. It is open-source