Lars Gullik Bjønnes wrote: > I have both cvs.lyx.org _and_ baywatch.lyx.org in my file > (known_hosts2) > (all my boxes has the same public key for ssh) > (are you sure CVS/Root is the same for all your repositories?)
Yes, they're the same. $ cd ../13x $ ROOTS="" $ for cvsdir in `find . -name CVS` do ROOTS="$ROOTS `cat $cvsdir/Root`" done $ echo "$ROOTS" | sort -u :ext:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot This is identical to the result for the devel tree. However, what is weird is that 'cvs up' no longer asks about the key of cvs.lyx.org. (cvs.lyx.org is still not in the known_hosts file). I don't understand. Still, things have returned to the same state as they were two hours ago, so I'll leave it. > Nothing has changed here, and I see no sign of attack. Good. -- Angus