> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/ssh.md).

# 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)

* [Reconnect To a Disconnected SSH Session](/linux/ssh/reconnect-to-a-disconnected-ssh-session.md)
* [Run A Local Script On Remote SSH Server](/linux/ssh/run-a-local-script-on-remote-ssh-server.md)
* [Screen](/linux/ssh/screen.md)
* [Tmux](/linux/ssh/tmux.md)
