# File lib/rhc/commands/sshkey.rb, line 37
    def show(name)
      key = rest_client.find_key(name)
      display_key(key)

      0
    end