SSH
Secure Shell is a cryptographic network protocol used for secure remote administration of systems over an unencrypted network. It provides encrypted communication between a client and a server, ensuring confidentiality, integrity, and authentication. SSH operates in the Application layer by default on port 22.
This protocol allows users to remotely execute commands on a server, secure file transfer, port forwarding and tunneling, and cryptographic authentication.
Interaction with protocol
Install
Connect using the protocol
Last updated
Was this helpful?