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

#include <known_hosts.hpp>

Collaboration diagram for sshpp::KnownHostsEntry:
[legend]

Public Attributes

std::string hosts_field
 
std::string marker
 
KeyType key_type = KeyType::unknown
 
Key key
 
std::string comment
 
std::filesystem::path file
 
int line = 0
 

Member Data Documentation

◆ hosts_field

std::string sshpp::KnownHostsEntry::hosts_field

◆ marker

std::string sshpp::KnownHostsEntry::marker

◆ key_type

KeyType sshpp::KnownHostsEntry::key_type = KeyType::unknown

◆ key

Key sshpp::KnownHostsEntry::key

◆ comment

std::string sshpp::KnownHostsEntry::comment

◆ file

std::filesystem::path sshpp::KnownHostsEntry::file

◆ line

int sshpp::KnownHostsEntry::line = 0

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