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

Request passed to a passphrase/password prompt callback. More...

#include <key.hpp>

Public Attributes

std::string key_path
 
std::string comment
 
int attempt = 0
 

Detailed Description

Request passed to a passphrase/password prompt callback.

Member Data Documentation

◆ key_path

std::string sshpp::PassphraseRequest::key_path

◆ comment

std::string sshpp::PassphraseRequest::comment

◆ attempt

int sshpp::PassphraseRequest::attempt = 0

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