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