|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
ssh_userauth_publickey_auto: agent, then default identities, then configured identities. More...
#include <auth.hpp>
Public Member Functions | |
| PublicKeyAuto ()=default | |
| PublicKeyAuto (SecureString passphrase) | |
| std::string_view | name () const noexcept override |
| Result< AuthStatus > | attempt (detail::SessionCore &) const noexcept override |
| Performs one full attempt. Must not throw. | |
Public Member Functions inherited from sshpp::Authenticator | |
| virtual | ~Authenticator ()=default |
ssh_userauth_publickey_auto: agent, then default identities, then configured identities.
|
default |
|
inlineexplicit |
|
inlineoverridevirtualnoexcept |
Implements sshpp::Authenticator.
|
overridevirtualnoexcept |
Performs one full attempt. Must not throw.
Implements sshpp::Authenticator.