# File lib/net/ssh/known_hosts.rb, line 16
      def search_for(host, options={})
        search_in(hostfiles(options), host)
      end