# File lib/rye.rb, line 146 146: def remote_host_keys(*hostnames) 147: hostnames = hostnames.flatten.compact || [] 148: return if hostnames.empty? 149: Rye.shell("ssh-keyscan", hostnames) 150: end