John The Ripper

John the Ripper (JTR)

SSH2John

If you have an ssh key that is password protected, you can extract the hash to be cracked by JTR using ssh2john.py.

ssh2john.py <KEY> > <OUTPUT FILE>

ssh2john.py may not be in your PATH you can try to find it by using whereis or locate.

Last updated

Was this helpful?