libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
session_options.hpp File Reference
#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>
Include dependency graph for session_options.hpp:
This graph shows which files directly or indirectly include this file:

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 }