class SSHKey

def bits

Determine the length (bits) of the key as an integer
def bits
  self.class.ssh_public_key_bits(ssh_public_key)
end