make tests failure

Andreas Fehr andreas at mrs.ch
Tue Oct 4 19:38:51 EST 2005


Re-post, as I think my last post didn't get through. Sorry, if somebody 
got it twice now


Hi

I run in the following make tests error and didn't find any solution to 
this.

- This is a test on the localhost, so I guess, there is no man in the 
  middle attack (hosts file is setup correctly, localhost points to 
  127.0.0.1)

- I don't want to use protocol 1 anyway, so how can I skip the test?

- I copied the known host file from my already installed ssh 
  (~/.ssh/known_hosts) to ./regress/ but that didn't help

- Just to be sure, I checked the 4.1 source of my current installation 
  and it came up with the same error, but I can't remember seeing this 
  error with the prev. installation. So I stopped the running sshd, 
  removed the /etc/ssh directory and run the test again with the same 
  result.

- I'm running uname -a: Linux linuxbox 2.6.12.5 #1 Tue Aug 16 08:57:47 
  CEST 2005 ppc unknown unknown GNU/Linux

Any help on this?

Thanks, Andreas


rm -f /home/andreas/tmp/openssh-4.2p1/regress/rsa_secsh.pub
ssh-keygen -lf /home/andreas/tmp/openssh-4.2p1/regress/rsa_openssh.pub |\
        awk '{print $2}' | diff - /home/andreas/tmp/openssh-4.2p1/regress/t4.ok
ssh-keygen -Bf /home/andreas/tmp/openssh-4.2p1/regress/rsa_openssh.pub |\
        awk '{print $2}' | diff - /home/andreas/tmp/openssh-4.2p1/regress/t5.ok
ssh-keygen -if /home/andreas/tmp/openssh-4.2p1/regress/dsa_ssh2.prv > /home/andreas/tmp/openssh-4.2p1/regress//t6.out1
ssh-keygen -if /home/andreas/tmp/openssh-4.2p1/regress/dsa_ssh2.pub > /home/andreas/tmp/openssh-4.2p1/regress//t6.out2
chmod 600 /home/andreas/tmp/openssh-4.2p1/regress//t6.out1
ssh-keygen -yf /home/andreas/tmp/openssh-4.2p1/regress//t6.out1 | diff - /home/andreas/tmp/openssh-4.2p1/regress//t6.out2
ssh-keygen -lf /home/andreas/tmp/openssh-4.2p1/regress//t7.out > /dev/null
ssh-keygen -Bf /home/andreas/tmp/openssh-4.2p1/regress//t7.out > /dev/null
run test connect.sh ...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA1 host key has just been changed.
The fingerprint for the RSA1 key sent by the remote host is
4c:60:b8:06:71:1e:5f:76:a7:60:75:c3:4d:9d:be:8d.
Please contact your system administrator.
Add correct host key in /home/andreas/tmp/openssh-4.2p1/regress/known_hosts to get rid of this message.
Offending key in /home/andreas/tmp/openssh-4.2p1/regress/known_hosts:2
RSA1 host key for localhost-with-alias has changed and you have requested strict checking.
Host key verification failed.
ssh connect with protocol 1 failed
failed simple connect
make[1]: *** [t-exec] Error 1
make[1]: Leaving directory `/home/andreas/tmp/openssh-4.2p1/regress'
make: *** [tests] Error 2




More information about the openssh-unix-dev mailing list