# File lib/openshift-origin-controller/app/models/gear.rb, line 205
  def remove_authorized_ssh_key(ssh_key, comment=nil)
    get_proxy.remove_authorized_ssh_key(app, self, ssh_key, comment)
  end