You need to remove your existing host key to subversions.

Edit the file 

  $HOME/.ssh/known_hosts

to remove the host reference to subversions.gnu.org

Of course, this would also work:

  grep -v -e "^subversions.gnu.org" $HOME/.ssh/known_hosts > hosts.tmp
  mv hosts.tmp $HOME/.ssh/known_hosts


-- 
Nic Ferrier
http://www.tapsellferrier.co.uk



_______________________________________________
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers

Reply via email to