Skip to content

Commit

Permalink
sshpass: add to blacklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 9, 2013
1 parent 21b583b commit 04dfdd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/Homebrew/blacklist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@ def blacklisted? name
Installing gmock system-wide is not recommended; it should be vendored
in your projects that use it.
EOS
when 'sshpass' then <<-EOS.undent
We won't add sshpass because it makes it too easy for novice SSH users to
ruin SSH's security.
EOS
end
end

0 comments on commit 04dfdd9

Please sign in to comment.