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