Pre-made commands

Feed a stolen id_rsa in to john to crack the password
ssh2john id_rsa > ssh.hash
 
# Once ssh.hash is created,
john --wordlist=/usr/share/wordlists/rockyou.txt ssh.hash

Flags

FlagDescription
-xWhat does it do

Useful Scripts

Useful bash script
#!/bin/bash