|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <auth.hpp>
Public Member Functions | |
| Password (SecureString password) | |
| 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 |
|
inlineexplicit |
|
inlineoverridevirtualnoexcept |
Implements sshpp::Authenticator.
|
overridevirtualnoexcept |
Performs one full attempt. Must not throw.
Implements sshpp::Authenticator.