Glossary
SSH
SSH (Secure Shell) is a cryptographic network protocol for operating a remote computer securely over an untrusted network. It encrypts the entire session, authenticates with passwords or key pairs, and is the standard way to open a remote shell, run commands and tunnel other traffic. It listens on TCP port 22 by default.
In Pocket Code
See it in the Terminal & SSH