Op 5 mrt. 2014, om 00:31 heeft Khem Raj <raj.k...@gmail.com> het volgende 
geschreven:

> This will let us ssh with empty password as root user.
> Its less secure but good for development work.

The default securetty.conf already lists every serial device out there, 
including USB ones, so it doesn't help much in the way of restricting access.

> 
> Signed-off-by: Khem Raj <raj.k...@gmail.com>

Acked-by: Koen Kooi <k...@dominion.thruhere.net>

> ---
> 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/recipes-tweaks/pam/libpam_1.1.6.bbappend 
> b/recipes-tweaks/pam/libpam_1.1.6.bbappend
> new file mode 100644
> index 0000000..aa8e1a3
> --- /dev/null
> +++ b/recipes-tweaks/pam/libpam_1.1.6.bbappend
> @@ -0,0 +1,4 @@
> +#allow empty password
> +do_install_append () {
> +     sed -i -e 's:nullok_secure:nullok:g' ${D}${sysconfdir}/pam.d/common-auth
> +}
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> Angstrom-distro-devel mailing list
> Angstrom-distro-devel@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
> 


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to