Table

cm_ssh_keys

Description

SSH Keys

PluginSSH Key Authenticator (as of Registry v3.3.0)


Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

ssh_key_authenticator_idinteger, foreign keyAuthenticator IDcm_authenticators:idAdded v3.3.0

comment

varchar(256)

Comment associated with key

 

 

type

varchar(16)

Type of key

  • DSA: DSA
  • ecdsa-sha2-nistp256: ECDSA (256)
  • ecdsa-sha2-nistp384: ECDSA (384)
  • ecdsa-sha2-nistp521: ECDSA (521)
  • ssh-ed25519: ED25519
  • RSA: RSA
  • RSA1: RSA (protocol v1)

 

skey

text

Public key data

 

 

co_person_id

integer, foreign key

CO Person Record ID

cm_co_people:id