CtrlK
Pentest Notes / Services
SSH (22)
NOTE: Permission of private rsa key: 600
Brute force SSH Login
Hydra
hydra -l [username] -P [password_file] [MACHINE_IP] ssh
Brute force SSH Private Key
John
ssh2john [id_rsa private key file] > [output file]
john --wordlist=[path to wordlist] [output file]