summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssh/files/sshd_config
Commit message (Collapse)AuthorAgeFilesLines
* openssh: set ChallengeResponseAuthentication to noWenlin Kang2017-09-081-1/+1
| | | | | | | | | | | The patch fixes the login fails for ssh -o Batchmode=yes when passwords is empty and without authorized_keys file even if set "PermitEmptyPasswords yes" in sshd_config file. Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* openssh: enable pam and selinux.Xin Ouyang2012-10-181-0/+119
sshd_config file from oe-core to set "UsePAM yes". sshd file (pam config for sshd) from oe-core to add pam_selinux module. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>