John the Ripper

Convert SSH key to hash and bruteforce it
ssh2john test.key > test.hash
john test.hash --wordlist=~/Desktop/rockyou.txt
chmod 600 test.key

Last updated