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

Commit

Permalink
Make fingerprints default to users home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Jan 8, 2018
1 parent 126d509 commit 7394922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ssh_scan
Expand Up @@ -18,7 +18,7 @@ options = {
"threads" => 5,
"verbosity" => nil,
"logger" => Logger.new(STDERR),
"fingerprint_database" => File.join(File.dirname(__FILE__),"../data/fingerprints.yml")
"fingerprint_database" => ENV['HOME']+'/.ssh_scan_fingerprints.yml'
}

# Reorder arguments before parsing
Expand Down

0 comments on commit 7394922

Please sign in to comment.