Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Fix extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Mar 24, 2017
1 parent 8a17985 commit b5b9cf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ssh_scan/scan_engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def scan(opts)
host_key_algo.each do |fingerprint|
key, value = fingerprint
next if key == "known_bad"

fingerprint_db.find_fingerprints(value).each do |other_ip|
next if ip == other_ip
result['duplicate_host_key_ips'] << other_ip
Expand Down

0 comments on commit b5b9cf5

Please sign in to comment.