summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 37cd98e..8de4751 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -44,6 +44,9 @@ pub struct Configuration {
/// Path name to SSH CA public key for verifying SSH user certificates.
pub user_ca_pubkey: Option<PathBuf>,
+
+ /// Should SSH authorized keys files be allowed by default?
+ pub default_allow_authorized_keys: Option<bool>,
}
/// Errors from this module.