|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
Pin one or more fingerprints; ignores known_hosts entirely. More...
#include <host_key_verifier.hpp>
Public Member Functions | |
| PinnedHostKeyPolicy (std::vector< Fingerprint > fps) | |
| Decision | verify (const Context &) const override |
Public Member Functions inherited from sshpp::HostKeyVerifier | |
| virtual | ~HostKeyVerifier ()=default |
Additional Inherited Members | |
Public Types inherited from sshpp::HostKeyVerifier | |
| enum class | Decision { accept , accept_and_remember , reject } |
Pin one or more fingerprints; ignores known_hosts entirely.
|
inlineexplicit |
|
overridevirtual |
Implements sshpp::HostKeyVerifier.