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... ______