The post-install script of the AIX install uses something like 'lsusers ALL | grep ssh' to see if the privsep user has been created. The trouble is that invoking 'lsusers ALL' takes TWO HOURS to complete at a particular site with thousands of users! The simple fix to contrib/aix/buildbff.sh was: 225c225 < if lsuser ALL | cut -f1 -d: | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null --- > if lsuser "$SSH_PRIVSEP_USER" >/dev/null
OK, I can see how that could be inconvenient :-) Patch applied, thanks.
Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4.