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

      0
    end