SshHostKeyAlgo Struct Reference

Host key algorithm. More...

#include <ssh.h>

Data Fields

const char_tpublicKeyAlgo
 Public key algorithm. More...
 
const char_tkeyFormatId
 Key format identifier. More...
 
const char_tsignFormatId
 Signature format identifier. More...
 

Detailed Description

Host key algorithm.

Definition at line 1169 of file ssh.h.

Field Documentation

◆ keyFormatId

const char_t* keyFormatId

Key format identifier.

Definition at line 1172 of file ssh.h.

◆ publicKeyAlgo

const char_t* publicKeyAlgo

Public key algorithm.

Definition at line 1171 of file ssh.h.

◆ signFormatId

const char_t* signFormatId

Signature format identifier.

Definition at line 1173 of file ssh.h.


The documentation for this struct was generated from the following file: