[Angstrom-devel] [PATCH 1/2] openssh: Tweak sshd_config to tackle for PAM taking care of authentication

2014-03-04 Thread Khem Raj
We sort of disable clear text PasswordAuthentication pam does not like it Signed-off-by: Khem Raj --- recipes-tweaks/openssh/openssh_6.2p2.bbappend |3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-tweaks/openssh/openssh_6.2p2.bbappend diff --git a/recipes-tweaks/openssh/o

[Angstrom-devel] [PATCH 2/2] libpam: Disable nullok_secure

2014-03-04 Thread Khem Raj
This will let us ssh with empty password as root user. Its less secure but good for development work. Signed-off-by: Khem Raj --- recipes-tweaks/pam/libpam_1.1.6.bbappend |4 1 file changed, 4 insertions(+) create mode 100644 recipes-tweaks/pam/libpam_1.1.6.bbappend diff --git a/recip

Re: [Angstrom-devel] [PATCH 2/2] libpam: Disable nullok_secure

2014-03-04 Thread Samuel Stirtzel
2014-03-05 0:31 GMT+01:00 Khem Raj : > This will let us ssh with empty password as root user. > Its less secure but good for development work. > > Signed-off-by: Khem Raj > --- > recipes-tweaks/pam/libpam_1.1.6.bbappend |4 > 1 file changed, 4 insertions(+) > create mode 100644 recipes-