зеркало из https://github.com/Azure/sonic-openssh.git
upstream: fix sshd_config SetEnv directive inside Match blocks; part of
github PR#201 from github user manuelm OpenBSD-Commit-ID: 9772e3748abff3ad65ae8fc43d026ed569b1d2bc
This commit is contained in:
Родитель
b12b835dc0
Коммит
95d1109fec
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: servconf.h,v 1.147 2020/10/16 13:26:13 djm Exp $ */
|
||||
/* $OpenBSD: servconf.h,v 1.148 2020/10/29 03:13:06 djm Exp $ */
|
||||
|
||||
/*
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
|
@ -279,6 +279,7 @@ TAILQ_HEAD(include_list, include_item);
|
|||
M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \
|
||||
M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \
|
||||
M_CP_STRARRAYOPT(accept_env, num_accept_env); \
|
||||
M_CP_STRARRAYOPT(setenv, num_setenv); \
|
||||
M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
|
||||
M_CP_STRARRAYOPT(permitted_opens, num_permitted_opens); \
|
||||
M_CP_STRARRAYOPT(permitted_listens, num_permitted_listens); \
|
||||
|
|
Загрузка…
Ссылка в новой задаче