diff --git a/recipes-tweaks/openssh/openssh_6.2p2.bbappend b/recipes-tweaks/openssh/openssh_6.2p2.bbappend new file mode 100644 index 0000000..7e477c5 --- /dev/null +++ b/recipes-tweaks/openssh/openssh_6.2p2.bbappend @@ -0,0 +1,3 @@ +do_install_append () { + sed -i -e 's:^#PasswordAuthentication.*$:PasswordAuthentication no:g' ${D}${sysconfdir}/ssh/sshd_config +}