# File lib/rye/box.rb, line 409
409:     def host_key
410:       raise "No host" unless @rye_host
411:       Rye.remote_host_keys(@rye_host)
412:     end