libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::Features Struct Reference

#include <library.hpp>

Public Attributes

std::string libssh_version
 
int libssh_version_int = 0
 
bool zlib = false
 
bool gssapi = false
 
bool sftp = false
 
bool server = false
 
bool sftp_aio = false
 
bool control_master = false
 
bool channel_exit_state = false
 
std::vector< std::string > ciphers
 
std::vector< std::string > kex
 
std::vector< std::string > macs
 
std::vector< std::string > public_key_algorithms
 

Member Data Documentation

◆ libssh_version

std::string sshpp::Features::libssh_version

◆ libssh_version_int

int sshpp::Features::libssh_version_int = 0

◆ zlib

bool sshpp::Features::zlib = false

◆ gssapi

bool sshpp::Features::gssapi = false

◆ sftp

bool sshpp::Features::sftp = false

◆ server

bool sshpp::Features::server = false

◆ sftp_aio

bool sshpp::Features::sftp_aio = false

◆ control_master

bool sshpp::Features::control_master = false

◆ channel_exit_state

bool sshpp::Features::channel_exit_state = false

◆ ciphers

std::vector<std::string> sshpp::Features::ciphers

◆ kex

std::vector<std::string> sshpp::Features::kex

◆ macs

std::vector<std::string> sshpp::Features::macs

◆ public_key_algorithms

std::vector<std::string> sshpp::Features::public_key_algorithms

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