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