Everything is setup to use PAM except for the server config. If 'pam' is
in DISTRO_FEATURES the configs will be changed to enable it.

Syslog will now show:

        Feb 19 09:28:36 beast sshd[2980]: pam_unix(sshd:session): session 
opened for user koen by (uid=0)

And more importantly:

        koen@beast:~$ loginctl
           SESSION        UID USER             SEAT
                c1       1000 koen             seat0
                c3       1000 koen             seat0
               c13       1000 koen

        3 sessions listed.

Systemd now registers the session properly so it won't kill things like 'screen'
and 'tmux' when disconnecting the ssh session.

Signed-off-by: Koen Kooi <koen.k...@linaro.org>
---
 meta/recipes-connectivity/openssh/openssh_6.4p1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb 
b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb
index 9c0bb48..5b9ec10 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb
@@ -82,6 +82,8 @@ do_install_append () {
        if [ "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" = 
"pam" ]; then
                install -d ${D}${sysconfdir}/pam.d
                install -m 0755 ${WORKDIR}/sshd ${D}${sysconfdir}/pam.d/sshd
+               sed -i -e 's:#UsePAM no:UsePAM yes:' ${WORKDIR}/sshd_config
+               sed -i -e 's:#UsePAM no:UsePAM yes:' 
${D}${sysconfdir}/ssh/sshd_config
        fi
 
        install -d ${D}${sysconfdir}/init.d
-- 
1.8.4.2

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to