9#include <sshpp/config.hpp>
13#include <sshpp/export.hpp>
30struct InteractOptions {
31 bool enable_escape =
true;
32 char escape_char =
'~';
41 std::string
term =
"xterm-256color";
43 std::vector<std::pair<std::string, std::string>>
env;
44 bool request_pty =
true;
Definition channel.hpp:36
Definition session.hpp:41
Channel & channel() noexcept
Definition shell.hpp:50
Signal
Definition channel.hpp:23
Stream
Definition channel.hpp:21
Definition channel.hpp:32
std::vector< std::pair< std::string, std::string > > env
Definition shell.hpp:43