Fix failing argument for password based spec test

This commit is contained in:
Kevin Kirsche
2018-08-13 22:30:01 -04:00
parent 3783347d73
commit 2e75f46d34
@@ -145,7 +145,8 @@ RSpec.describe Metasploit::Framework::LoginScanner::SSH do
:proxy => factory,
:auth_methods => ['password','keyboard-interactive'],
:password => private,
:non_interactive => true
:non_interactive => true,
:verify_host_key => :never
}
allow(Rex::Socket::SSHFactory).to receive(:new).and_return factory
expect(Net::SSH).to receive(:start).with(