summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index a23ef7f3a..870c70982 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.106 2012/12/02 20:46:11 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.107 2013/01/03 05:49:36 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -203,6 +203,8 @@ struct connection_info {
203 M_CP_STROPT(trusted_user_ca_keys); \ 203 M_CP_STROPT(trusted_user_ca_keys); \
204 M_CP_STROPT(revoked_keys_file); \ 204 M_CP_STROPT(revoked_keys_file); \
205 M_CP_STROPT(authorized_principals_file); \ 205 M_CP_STROPT(authorized_principals_file); \
206 M_CP_STROPT(authorized_keys_command); \
207 M_CP_STROPT(authorized_keys_command_user); \
206 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \ 208 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
207 M_CP_STRARRAYOPT(allow_users, num_allow_users); \ 209 M_CP_STRARRAYOPT(allow_users, num_allow_users); \
208 M_CP_STRARRAYOPT(deny_users, num_deny_users); \ 210 M_CP_STRARRAYOPT(deny_users, num_deny_users); \