#include <bind.hpp>
◆ validate()
| SSHPP_INLINE Result< void > sshpp::server::BindOptions::validate |
( |
| ) |
const |
◆ bind_address
| std::string sshpp::server::BindOptions::bind_address = "0.0.0.0" |
◆ port
| std::uint16_t sshpp::server::BindOptions::port = 22 |
◆ host_key_files
| std::vector<std::filesystem::path> sshpp::server::BindOptions::host_key_files |
At least one host key (via either field) is required.
◆ host_keys
| std::vector<Key> sshpp::server::BindOptions::host_keys |
◆ banner
| std::optional<std::string> sshpp::server::BindOptions::banner |
◆ log_level
The documentation for this struct was generated from the following files: