On Sun, Jan 19, 2014 at 5:50 AM, Damien Miller <djm at mindrot.org> wrote: > On Sun, 19 Jan 2014, Mauricio Tavares wrote: > >> Ran 20140119 snapshot tests on Ubuntu 12.04.4 LTS x64; had to >> create /var/empty but after that all test passed. Also compiled and >> ran the same tests on CentOS 6.5 x64. And got the following: >> >> [...] >> certified host keys: host rsa connect wrong cert >> certified host keys: host dsa connect wrong cert >> certified host keys: host rsa connect wrong cert >> certified host keys: host dsa connect wrong cert >> failed certified host keys >> make[1]: *** [t-exec] Error 1 >> make[1]: Leaving directory `/home/raub/dev/openssh/regress' >> make: *** [tests] Error 2 >> [raub at devcentos openssh]$ >> >> Anything I should worry about? Or are they related to >> openssl/something else? > > Those lines don't contain the actual error message. There should be a > failed-regress.log in the regress/ directory that shows the full test > log and failure. The one of failed-ssh.log and failed-sshd.log files > might also contain some clues. > > -d Oops! Shame on me! So, this is what I am getting in the failed-regress file: [dalek at devcentos openssh]$ cat regress/failed-regress.log trace: certified host keys: host ed25519 revoked cert privsep yes FAIL: ssh cert connect succeeded unexpectedly trace: certified host keys: host ed25519 revoked cert privsep no FAIL: ssh cert connect succeeded unexpectedly [dalek at devcentos openssh]$ I am seeing more details on this in the failed_ssh* files, but I honestly do not know what I am looking for. Would you want the two files? They are around 300 lines each. Now, while I was out, I also got my Mac mini g4 running OSX 10.5.something-or-another and stock Xcode 3.1.1 and ran tests in it. And it worked.