7 # Make sure sshd_config disables PasswordAuthentication
10 @if [ "`(cat ${.CURDIR}/../../crypto/openssh/sshd_config | sort | uniq; cat ${.CURDIR}/sshd_config_expect) | sort | uniq -d | wc -l`" != "`cat ${.CURDIR}/sshd_config_expect | wc -l`" ]; then \
11 echo "crypto sshd_config missing expected directives"; \
15 .include "../../Makefile.ssh.common"
16 .include <bsd.prog.mk>