Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 594 Bytes

File metadata and controls

12 lines (8 loc) · 594 Bytes

SSH

ssh — OpenSSH remote login client

The Secure Shell Protocol is a cryptographic network protocol for operating network services securely over an unsecured network. Its most notable applications are remote login and command-line execution. SSH applications are based on a client–server architecture, connecting an SSH client instance with an SSH server.

TIL(s)