Skip to content

Commit

Permalink
Fix spacing issue with rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Kirsche committed Aug 15, 2018
1 parent cd01f11 commit 45e0b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/scanner/ssh/ssh_identify_pubkeys.rb
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def do_login(ip, port, user)
:port => port,
:key_data => key_data[:public],
:use_agent => false,
:config =>false,
:config => false,
:proxy => factory,
:non_interactive => true,
:verify_host_key => :never
Expand Down

0 comments on commit 45e0b53

Please sign in to comment.