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.
whereis
locate
Last updated 4 years ago