|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <sshpp/config.hpp>#include <sshpp/export.hpp>#include <sshpp/library.hpp>#include <sshpp/result.hpp>#include <chrono>#include <cstdint>#include <filesystem>#include <optional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | sshpp::SessionOptions |
| class | sshpp::SessionOptions::Builder |
Namespaces | |
| namespace | sshpp |
Enumerations | |
| enum class | sshpp::StrictHostKeyChecking { sshpp::off , sshpp::on } |
| enum class | sshpp::Locking { sshpp::none , sshpp::internal } |
| enum class | sshpp::Compression { sshpp::off , sshpp::on , sshpp::zlib , sshpp::zlib_openssh } |