# File lib/net/ssh/known_hosts.rb, line 22
      def search_in(files, host)
        files.map { |file| KnownHosts.new(file).keys_for(host) }.flatten
      end