SSH Remote Connection

SSH is a secure protocol used as the primary means of connecting to Linux servers remotely. It provides a text-based interface by spawning a remote shell. After connecting, all commands you type in your local terminal are sent to the remote server and executed there.

Table of Contents

- [SSH with OpenSSH](ssh_openssh.md) - [SSH with PuTTY](ssh_putty.md) - [SSH with WSL](ssh_wsl.md) - [WireGuard Access](ssh_wireguard.md)