sshpass: add to blacklist.

We keep rejecting this again and again.

See discussion in Homebrew/homebrew#9577, Homebrew/homebrew#12941, Homebrew/homebrew#13855.

Closes Homebrew/homebrew#18332.
This commit is contained in:
Mike McQuaid 2013-03-09 15:25:16 +00:00
parent 21b583ba46
commit 04dfdd972c

View File

@ -47,5 +47,9 @@ def blacklisted? name
Installing gmock system-wide is not recommended; it should be vendored Installing gmock system-wide is not recommended; it should be vendored
in your projects that use it. in your projects that use it.
EOS 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
end end