From fef631ec8bf6bbfe45a4bd186207cd950219f2c0 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Wed, 30 May 2018 11:37:26 -0700 Subject: [PATCH] Updated sshd_config (markdown) --- sshd_config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sshd_config.md b/sshd_config.md index 016aaaa..81d805f 100644 --- a/sshd_config.md +++ b/sshd_config.md @@ -1,4 +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(8) reads configuration data from %ProgramData%\ssh\sshd_config (or the file specified with -f on the command line) _______ #### AllowGroups, AllowUsers, DenyGroups, DenyUsers The allow/deny directives are processed in the following order: **DenyUsers**, **AllowUsers**, **DenyGroups**, and finally **AllowGroups**.