Hi folks,

svn.repoze.org (both the SVN-via-ssh access and the http browser) are
now being served by a new server.  DNS changes have been made to make
this box canonical, but may not have propagated to you yet.  If you need
more immediate access, use this in your /etc/hosts file:

   76.74.238.39     svn.repoze.org

However, even when the DNS change has propagated, folks with write
privileges may have problems performing svn+ssh actions.  Here's an
example of a symptom:

  [chr...@thinko gd2]$ svn ls svn+ssh://rep...@svn.repoze.org/svn
  svn: Network connection closed unexpectedly

If you see this, try sshing in manually (e.g. "ssh
rep...@svn.repoze.org").

[chr...@thinko gd2]$ ssh rep...@svn.repoze.org
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@       WARNING: POSSIBLE DNS SPOOFING DETECTED!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The RSA host key for svn.repoze.org has changed,
and the key for the corresponding IP address 76.74.238.39
is unchanged. This could either mean that
DNS SPOOFING is happening or the IP address for the host
and its host key have changed at the same time.
Offending key for IP in /home/chrism/.ssh/known_hosts:44
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
32:49:f2:7e:07:60:ab:5f:a5:82:5e:e6:c0:ad:05:f7.
Please contact your system administrator.
Add correct host key in /home/chrism/.ssh/known_hosts to get rid of this
message.
Offending key in /home/chrism/.ssh/known_hosts:5
RSA host key for svn.repoze.org has changed and you have requested
strict checking.
Host key verification failed.

To fix the issue, edit your ~/.ssh/known_hosts file and remove the
offending host key line, then try using "svn ls svn
+ssh://rep...@svn.repoze.org/svn" again.

- C


_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to