From d5375ed17d657208b8b9b2859dd5b4111c5fe320 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Thu, 31 May 2018 10:09:12 -0700 Subject: [PATCH] Updated sshd_config (markdown) --- sshd_config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sshd_config.md b/sshd_config.md index d79f49d..199db74 100644 --- a/sshd_config.md +++ b/sshd_config.md @@ -2,7 +2,7 @@ Listed here are Windows specific details that supplement or override the origina On Windows, [sshd](https://man.openbsd.org/sshd) reads configuration data from %ProgramData%\ssh\sshd_config (or the file specified with -f on the command line) _______ -#### AllowGroups, AllowUsers, DenyGroups, DenyUsers +#### [AllowGroups](https://man.openbsd.org/sshd_config#AllowGroups), [AllowUsers](https://man.openbsd.org/sshd_config#AllowUsers), [DenyGroups](https://man.openbsd.org/sshd_config#DenyGroups), [DenyUsers](https://man.openbsd.org/sshd_config#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#PATTERNS) for more information on patterns. @@ -34,7 +34,7 @@ To setup a sftp-only chroot server, set ForceCommand to `internal-sftp`. You may ______ #### [Match](https://man.openbsd.org/sshd_config#Match) - +Note that pattern rules in [this] section. User and group names should be in **lower* case. ______ #### Not supported AcceptEnv