libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later
2#pragma once
3
4namespace sshpp {
5
6class Library;
7class Session;
8class Channel;
9class Event;
10class Key;
11using PublicKey = Key;
12class Fingerprint;
13class KnownHosts;
14class HostKeyVerifier;
15class Authenticator;
16struct ErrorInfo;
17struct SessionOptions;
18struct ExecResult;
19class Exec;
20
21} // namespace sshpp
Authentication strategy interface. See docs/design/04 §4.4.
Definition auth.hpp:21
Definition exec.hpp:39
Definition key.hpp:38
Policy object consulted by Session::verify_host_key(). See docs/design/04 §4.6.
Definition host_key_verifier.hpp:25
Definition key.hpp:59
Definition known_hosts.hpp:32
Definition auth.hpp:18
Definition error.hpp:119
Definition exec.hpp:21
Definition session_options.hpp:25