
I'm getting the following when I try to update from the CVS system. `@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' from cvs server `@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ ' from cvs server `@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' from cvs server `IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! ' from cvs server `Someone could be eavesdropping on you right now (man-in-the-middle attack)! ' from cvs server `It is also possible that the RSA host key has just been changed. ' from cvs server `The fingerprint for the RSA key sent by the remote host is' from cvs server `13:f1:65:c3:6c:b7:7e:a5:f0:f3:f5:19:f4:42:9c:4a. ' from cvs server `Please contact your system administrator. ' from cvs server `Add correct host key in /home/Robert Ramey/.ssh/known_hosts to get rid of this message. ' from cvs server `Offending key in /home/Robert Ramey/.ssh/known_hosts:3 ' from cvs server `RSA host key for boost.cvs.sourceforge.net has changed and you have requested strict checking. ' from cvs server `Host key verification failed. ' from cvs server cvs [update aborted]: end of file from server (consult above messages if any) ' from cvs serverng: unrecognized response `Host key verification failed. cvs [update aborted]: end of file from server (consult above messages if any) I havn't used CVS for a couple of weeks - I did have to change my $CVSROOT string some time ago. But this is something new. Can anyone point me in the right direction to fix this? Robert Ramey

Robert Ramey wrote:
I'm getting the following when I try to update from the CVS system.
`@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' from cvs server `@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ ' from cvs server `@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The site status page is your friend. On http://sourceforge.net/docs/A04/ it says: ( 2006-05-17 12:04:02 - Project CVS Service ) As of 2006-05-17 at 12:00 Pacific we synchronized the SSH keys on all of the CVS hosts. This will cause SSH key mismatch errors for most projects. Please reconfirm the new SSH key against site doc G04 (https://www.sourceforge.net/docs/G04) and then accept the new key, if it matches per normal procedure. We apologize for the inconvenience, but this should be a one-time event and make future CVS infrastructure changes more seamless. -- Eric Niebler Boost Consulting www.boost-consulting.com

"Eric Niebler" <eric@boost-consulting.com> writes:
Robert Ramey wrote:
I'm getting the following when I try to update from the CVS system.
`@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' from cvs server `@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ ' from cvs server `@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The site status page is your friend. On http://sourceforge.net/docs/A04/ it says:
( 2006-05-17 12:04:02 - Project CVS Service ) As of 2006-05-17 at 12:00 Pacific we synchronized the SSH keys on all of the CVS hosts. This will cause SSH key mismatch errors for most projects. Please reconfirm the new SSH key against site doc G04 (https://www.sourceforge.net/docs/G04) and then accept the new key, if it matches per normal procedure. We apologize for the inconvenience, but this should be a one-time event and make future CVS infrastructure changes more seamless.
Specifically, your ~/.ssh/known_hosts file is where this usually lives. Delete the lines corresponding to the cvs server and all will be well. -- Dave Abrahams Boost Consulting www.boost-consulting.com

On Fri, May 26, 2006 at 12:35:06PM -0700, Eric Niebler wrote:
Robert Ramey wrote:
I'm getting the following when I try to update from the CVS system.
`@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' from cvs server `@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ ' from cvs server `@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The site status page is your friend. On http://sourceforge.net/docs/A04/ it says:
( 2006-05-17 12:04:02 - Project CVS Service ) As of 2006-05-17 at 12:00 Pacific we synchronized the SSH keys on all of the CVS hosts. This will cause SSH key mismatch errors for most projects. Please reconfirm the new SSH key against site doc G04 (https://www.sourceforge.net/docs/G04) and then accept the new key, if it matches per normal procedure. We apologize for the inconvenience, but this should be a one-time event and make future CVS infrastructure changes more seamless.
And that SHOULD have been https://sourceforge.net/docs/G04 or you get a warning for the https certificate about a mismatch :p (no 'www.'). -- Carlo Wood <carlo@alinoe.com>
participants (4)
-
Carlo Wood
-
David Abrahams
-
Eric Niebler
-
Robert Ramey