SshHostKey Struct Reference

Host key. More...

#include <ssh.h>

Data Fields

const char_tkeyFormatId
 Key format identifier. More...
 
const char_tpublicKey
 Public key (PEM, SSH2 or OpenSSH format) More...
 
size_t publicKeyLen
 Length of the public key. More...
 
const char_tprivateKey
 Private key (PEM or OpenSSH format) More...
 
size_t privateKeyLen
 Length of the private key. More...
 
char_t password [SSH_MAX_PASSWORD_LEN+1]
 Password used to decrypt the private key. More...
 
const char_tpublicKeyAlgo
 Public key algorithm to use during user authentication. More...
 

Detailed Description

Host key.

Definition at line 1168 of file ssh.h.

Field Documentation

◆ keyFormatId

const char_t* keyFormatId

Key format identifier.

Definition at line 1170 of file ssh.h.

◆ password

Password used to decrypt the private key.

Definition at line 1175 of file ssh.h.

◆ privateKey

const char_t* privateKey

Private key (PEM or OpenSSH format)

Definition at line 1173 of file ssh.h.

◆ privateKeyLen

size_t privateKeyLen

Length of the private key.

Definition at line 1174 of file ssh.h.

◆ publicKey

const char_t* publicKey

Public key (PEM, SSH2 or OpenSSH format)

Definition at line 1171 of file ssh.h.

◆ publicKeyAlgo

const char_t* publicKeyAlgo

Public key algorithm to use during user authentication.

Definition at line 1177 of file ssh.h.

◆ publicKeyLen

size_t publicKeyLen

Length of the public key.

Definition at line 1172 of file ssh.h.


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