> For the complete documentation index, see [llms.txt](https://cheatsheet.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cheatsheet.mrw0l05zyn.cl/ssh-secure-shell.md).

# SSH (Secure SHell)

Conexión con contraseña a servicio SSH en una sola línea.

```shell
sshpass -p "<password>" ssh <user>@<IP-address>
```
