Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssh: set ChallengeResponseAuthentication to no | Wenlin Kang | 2017-09-08 | 1 | -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 Ouyang | 2012-10-18 | 1 | -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> |