From 47ec857b407470bdb3281eaeb4ea32f113af720c Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Tue, 29 May 2018 14:55:37 -0700 Subject: [PATCH] Updated about: sshd_config (markdown) --- about:-sshd_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about:-sshd_config.md b/about:-sshd_config.md index 5934729..f5119e9 100644 --- a/about:-sshd_config.md +++ b/about:-sshd_config.md @@ -3,7 +3,7 @@ _______ #### AllowGroups, AllowUsers, DenyGroups, DenyUsers The allow/deny directives are processed in the following order: **DenyUsers**, **AllowUsers**, **DenyGroups**, and finally **AllowGroups**. -See PATTERNS in [ssh_config](http://man.openbsd.org/ssh_config.5) for more information on patterns. +See PATTERNS in [ssh_config](http://man.openbsd.org/ssh_config.5#PATTERNS) for more information on patterns. windows specific info to follow... ______