# File lib/rhc/commands/sshkey.rb, line 31
    def show(name)
      key = rest_client.find_key(name)
      say format(key, erb)

      0
    end