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

#include <host_key_verifier.hpp>

Collaboration diagram for sshpp::HostKeyVerifier::Context:
[legend]

Public Attributes

std::string_view host
 
std::uint16_t port
 
KnownHostsStatus status
 
const Keypresented_key
 
Fingerprint sha256
 
Sessionsession
 

Member Data Documentation

◆ host

std::string_view sshpp::HostKeyVerifier::Context::host

◆ port

std::uint16_t sshpp::HostKeyVerifier::Context::port

◆ status

KnownHostsStatus sshpp::HostKeyVerifier::Context::status

◆ presented_key

const Key& sshpp::HostKeyVerifier::Context::presented_key

◆ sha256

Fingerprint sshpp::HostKeyVerifier::Context::sha256

◆ session

Session& sshpp::HostKeyVerifier::Context::session

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