Created attachment 163535 [details] patch-Makefile and add files patchs Standart login ssh promt see: Password: password: sshpass hardcoded "assword:", FreeBSD sshd (pam) return "Password for user@host.local:", last tow patch in upstream add new key -P for custom password string. Small Makefile fix, add USES autoreconf, need for build.
Created attachment 163536 [details] poudriere bulk -t log
testbuilds fine on 11-amd64, 10.2a+i, 9.3a.
See https://lists.freebsd.org/pipermail/freebsd-stable/2015-November/083710.html for context and pointers to related problem reports with salt, ansible.
Hmm...I'll test it.
Hi, Any update here?
Maintainer timeout
A commit references this bug: Author: riggs Date: Sat Jan 2 11:59:59 UTC 2016 New revision: 405067 URL: https://svnweb.freebsd.org/changeset/ports/405067 Log: Backport patch from upstream trunk for 'hangs forever' issue On http://sourceforge.net/p/sshpass/bugs/12/ the issue is explained: Doing a "sshpass -p password ssh vmfreebsd10-32 -l account ls" hangs forever. The reason is that in this combination the prompt for the password looks like this: "Password for account@vmfreebsd10-32:" and sshpass checks the password against the string "assword:", so there is no match. This is fixed upstream in trunk, but no release has been created yet. Import the patch into the ports tree until the next release. PR: 204819 Submitted by: andrey@bsdnir.info Approved by: maintainer timeout Changes: head/security/sshpass/Makefile head/security/sshpass/files/ head/security/sshpass/files/patch-configure.ac head/security/sshpass/files/patch-main.c head/security/sshpass/files/patch-sshpass.1 head/security/sshpass/pkg-descr
No quarterly merge since 2016Q1 branch is around the corner and this patch will be included.