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 1160 of file ssh.h.

Field Documentation

◆ keyFormatId

const char_t* keyFormatId

Key format identifier.

Definition at line 1163 of file ssh.h.

◆ publicKeyAlgo

const char_t* publicKeyAlgo

Public key algorithm.

Definition at line 1162 of file ssh.h.

◆ signFormatId

const char_t* signFormatId

Signature format identifier.

Definition at line 1164 of file ssh.h.


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