On Thu, Jan 23, 2014 at 10:57 AM, Hisashi T Fujinaka <htodd at twofifty.com> wrote: > + /home/htodd/openssh/sshd -t -f '/home/htodd/openssh/regress/sshd_proxy' > [1] Segmentation fault (core dumped) ${SSHD} -t -f ${... well there's the problem: sshd is segfaulting immediately on startup. I suspect this is fallout from the extra compiler hardening flags we added recently. Could you rebuild with "./configure --without-hardening --without-pie && make clean && make tests' and see if that works? -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.