6237d56398
* Fix a bug in LoginScanner::SSHKey (which was copy-pasted from SSH) where the ssh_socket accessor was not being set because of a shadowing local var * Fix a bug in the db command dispatcher where an extra column was added to the table, causing an unhandled exception when running the creds command * Add a big, ugly, untested class for imitating Metasploit::Framework::CredentialCollection for ssh keys. This class continues the current behavoir of silently ignoring files that are a) encrypted or b) not private keys. * Remove unnecessary proof gathering in the module (it's already handled by the LoginScanner class)