diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-05-29 07:37:03 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-05-29 07:46:47 +0200 |
commit | 188e332d1c8f9f24e5b6659e9680bf083f837df9 (patch) | |
tree | 41365a017d842efbf0f1d79da6b79d78dac7d858 /sshd_config.5 | |
parent | upstream: Allow some keywords to expand shell-style ${ENV} (diff) | |
download | openssh-188e332d1c8f9f24e5b6659e9680bf083f837df9.tar.xz openssh-188e332d1c8f9f24e5b6659e9680bf083f837df9.zip |
upstream: mention that wildcards are processed in lexical order;
bz#3165
OpenBSD-Commit-ID: 8856f3d1612bd42e9ee606d89386cae456dd165c
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index b294efc2d..17d8c130f 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.311 2020/04/17 06:12:41 jmc Exp $ -.Dd $Mdocdate: April 17 2020 $ +.\" $OpenBSD: sshd_config.5,v 1.312 2020/05/29 05:37:03 djm Exp $ +.Dd $Mdocdate: May 29 2020 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -817,7 +817,7 @@ The default is Include the specified configuration file(s). Multiple pathnames may be specified and each pathname may contain .Xr glob 7 -wildcards. +wildcards that will be expanded and processed in lexical order. Files without absolute paths are assumed to be in .Pa /etc/ssh . An |