summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-05-29 05:37:03 +0000
committerDamien Miller <djm@mindrot.org>2020-05-29 15:46:47 +1000
commit188e332d1c8f9f24e5b6659e9680bf083f837df9 (patch)
tree41365a017d842efbf0f1d79da6b79d78dac7d858
parent4a1b46e6d032608b7ec00ae51c4e25b82f460b05 (diff)
upstream: mention that wildcards are processed in lexical order;
bz#3165 OpenBSD-Commit-ID: 8856f3d1612bd42e9ee606d89386cae456dd165c
-rw-r--r--ssh_config.53
-rw-r--r--sshd_config.56
2 files changed, 5 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 001544dd3..f9d55f8a2 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.326 2020/05/29 04:25:40 dtucker Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.327 2020/05/29 05:37:03 djm Exp $
37.Dd $Mdocdate: May 29 2020 $ 37.Dd $Mdocdate: May 29 2020 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
@@ -1010,6 +1010,7 @@ Multiple pathnames may be specified and each pathname may contain
1010wildcards and, for user configurations, shell-like 1010wildcards and, for user configurations, shell-like
1011.Sq ~ 1011.Sq ~
1012references to user home directories. 1012references to user home directories.
1013Wildcards will be expanded and processed in lexical order.
1013Files without absolute paths are assumed to be in 1014Files without absolute paths are assumed to be in
1014.Pa ~/.ssh 1015.Pa ~/.ssh
1015if included in a user configuration file or 1016if included in a user configuration file or
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 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.311 2020/04/17 06:12:41 jmc Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.312 2020/05/29 05:37:03 djm Exp $
37.Dd $Mdocdate: April 17 2020 $ 37.Dd $Mdocdate: May 29 2020 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -817,7 +817,7 @@ The default is
817Include the specified configuration file(s). 817Include the specified configuration file(s).
818Multiple pathnames may be specified and each pathname may contain 818Multiple pathnames may be specified and each pathname may contain
819.Xr glob 7 819.Xr glob 7
820wildcards. 820wildcards that will be expanded and processed in lexical order.
821Files without absolute paths are assumed to be in 821Files without absolute paths are assumed to be in
822.Pa /etc/ssh . 822.Pa /etc/ssh .
823An 823An