From 01cd6bf6c5bf14a0758c395caf956af4c4f9af35 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Tue, 19 Jun 2018 14:46:11 -0700 Subject: [PATCH] Updated sshd_config (markdown) --- sshd_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd_config.md b/sshd_config.md index 3df0c4b..919abe8 100644 --- a/sshd_config.md +++ b/sshd_config.md @@ -1,6 +1,6 @@ Listed here are Windows specific details that supplement or override the original sshd configuration manual documented in [OpenBSD manual](https://man.openbsd.org/sshd_config). If you don't see a configuration entry here, the original man page reference holds true. -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). If this file is absent, sshd will generate one with the default configuration on a service start. +In 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). If this file is absent, sshd will generate one with the default configuration on a service start. _______ #### [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**.