libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
known_hosts.hpp File Reference
#include <sshpp/config.hpp>
#include <sshpp/export.hpp>
#include <sshpp/key.hpp>
#include <sshpp/result.hpp>
#include <cstdint>
#include <filesystem>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for known_hosts.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sshpp::KnownHostsEntry
 
class  sshpp::KnownHosts
 

Namespaces

namespace  sshpp
 

Enumerations

enum class  sshpp::KnownHostsStatus {
  sshpp::ok , sshpp::changed , sshpp::other_type , sshpp::not_found ,
  sshpp::unknown , sshpp::error
}