SshHostKey Struct Reference
  Host key. More...
#include <ssh.h>
| Data Fields | |
| const char_t * | keyFormatId | 
| Key format identifier.  More... | |
| const char_t * | publicKey | 
| Public key (PEM, SSH2 or OpenSSH format)  More... | |
| size_t | publicKeyLen | 
| Length of the public key.  More... | |
| const char_t * | privateKey | 
| 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_t * | publicKeyAlgo | 
| Public key algorithm to use during user authentication.  More... | |
Detailed Description
Field Documentation
◆ keyFormatId
◆ password
| char_t password[SSH_MAX_PASSWORD_LEN+1] | 
◆ privateKey
◆ privateKeyLen
◆ publicKey
| const char_t* publicKey | 
◆ publicKeyAlgo
| const char_t* publicKeyAlgo | 
◆ publicKeyLen
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh.h
