Config2_PublicKeyInfo

Information about an SSH public key.

Instances of this class are obtained from Config2_SSHPublicKeyManager (via Config2_User.sshPublicKeys):

Properties

PropertyTypeDescription
algorithm String

The key algorithm (RSA, DSA, ECDSA, Ed25519).

key String

The public key in OpenSSH format.

Property Details

(readonly) algorithm :String

Description:
  • The key algorithm (RSA, DSA, ECDSA, Ed25519).

The key algorithm (RSA, DSA, ECDSA, Ed25519).

Type:
  • String

(readonly) key :String

Description:
  • The public key in OpenSSH format.

The public key in OpenSSH format.

Type:
  • String