# File lib/fog/ecloud/models/compute/admin_organization.rb, line 13
        def ssh_keys
          @ssh_keys = Fog::Compute::Ecloud::SshKeys.new(:connection => connection, :href => "/cloudapi/ecloud/admin/sshKeys/organizations/#{org_id}")
        end