Updated sshd_config (markdown)

Manoj Ampalam 2018-12-17 10:01:27 -08:00
parent b5dd2f8de9
commit 55f6fa8fd1

@ -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