From 55f6fa8fd138baf28f4bd9228dbbf2f7f6d969aa Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Mon, 17 Dec 2018 10:01:27 -0800 Subject: [PATCH] Updated sshd_config (markdown) --- sshd_config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sshd_config.md b/sshd_config.md index 560aa6b..2575042 100644 --- a/sshd_config.md +++ b/sshd_config.md @@ -34,6 +34,10 @@ Available authentication methods are "password" and "publickey". ______ #### [AuthorizedKeysFile](https://man.openbsd.org/sshd_config#AuthorizedKeysFile) The default is “.ssh/authorized_keys .ssh/authorized_keys2”. If the path is not absolute, it is taken relative to user's home directory (or profile image path). Ex. c:\users\user. + +From v7.7.2.2 on wards, following is the default location of AuthorizedKeysFile for all users in Administrators group + +_%programdata%/ssh/administrators_authorized_keys_ ______ #### [ChrootDirectory](https://man.openbsd.org/sshd_config#ChrootDirectory) Support added in v7.7.0.0