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

Field Documentation

◆ keyFormatId

const char_t* keyFormatId

Key format identifier.

Definition at line 1144 of file ssh.h.

◆ password

Password used to decrypt the private key.

Definition at line 1149 of file ssh.h.

◆ privateKey

const char_t* privateKey

Private key (PEM or OpenSSH format)

Definition at line 1147 of file ssh.h.

◆ privateKeyLen

size_t privateKeyLen

Length of the private key.

Definition at line 1148 of file ssh.h.

◆ publicKey

const char_t* publicKey

Public key (PEM, SSH2 or OpenSSH format)

Definition at line 1145 of file ssh.h.

◆ publicKeyAlgo

const char_t* publicKeyAlgo

Public key algorithm to use during user authentication.

Definition at line 1151 of file ssh.h.

◆ publicKeyLen

size_t publicKeyLen

Length of the public key.

Definition at line 1146 of file ssh.h.


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