SilcSshKeyType

NAME

    typedef enum { ... } SilcSshKeyType;

DESCRIPTION

SSH2 public and private key types. The default when new key pair is created is SILC_SSH_KEY_OPENSSH.

SOURCE

typedef enum {
  SILC_SSH_KEY_OPENSSH   = 1,      /* OpenSSH public/private key (default) */
  SILC_SSH_KEY_SSH2      = 2,      /* SSH2 public key, RFC 4716 */
} SilcSshKeyType;