Re: ACTION REQUIRED - Gitlab and Subversion server migration
Ben Cooksley <[email protected]> Tue, 25 Jul 2023 06:23:56 +1200
| Newsgroups | gmane.comp.kde.devel.core,gmane.comp.kde.devel.general,gmane.comp.kde.releases,gmane.comp.kde.devel.calligra,gmane.comp.kde.devel.krita,gmane.comp.kde.digikam.devel,gmane.comp.kde.devel.plasma,gmane.comp.kde.devel.pim,gmane.comp.kde.devel.community,gmane.comp.kde.devel.frameworks |
|---|---|
| Message-ID | <CA+XidOH911qs7_uH--JtqeRL0ji4xWAiAuyG4Gn7dM8kY4zRrw@mail.gmail.com> |
On Tue, Jul 25, 2023 at 1:35 AM Vít Pelčák <[email protected]> wrote: > > ne 23. 7. 2023 v 12:01 odesílatel Ben Cooksley <[email protected]> napsal: > >> Good morning KDE Developers, >> >> As many of you will be aware, today Gitlab and our Subversion repository >> were both migrated to a new home - on a more modern and more powerful >> server, which should better support future work. >> >> As a consequence the host key of the server has now changed, which means >> you will need to take steps on your system otherwise you won't be allowed >> to connect to the new server. >> >> Please ensure you run the following two commands to clear out any >> existing host keys: >> - ssh-keygen -R invent.kde.org -f ~/.ssh/known_hosts >> - ssh-keygen -R svn.kde.org ~/.ssh/known_hosts >> > > I suppose you meant > ssh-keygen -R svn.kde.org -f ~/.ssh/known_hosts > That is correct. > > right? > > Cheers, Ben