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