ACTION REQUIRED - Gitlab and Subversion server migration

2023-07-23 Thread Ben Cooksley
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

Following these commands the next time you try to connect you will be
prompted to confirm the new host key and trust it for use. For those who
would like to confirm that host key, it is as follows:

256 SHA256:zHdK2R/S6s5Oj71N0s8LHWCXXsUt+DCztd+GjzW9KlU root@lerwini
(ED25519)
256 SHA256:ZNBg4AkRxbt/N6xzpt7GbmmS78A3WFy5lz0l/cPHbcE root@lerwini (ECDSA)
3072 SHA256:KxAoV6VsbKvAocFZCJlxtmPDScmUCRNiUiOCSXNSC/k root@lerwini (RSA)

Please let us know, via either sysad...@kde.org or kde-de...@kde.org if you
encounter any issues with the new system.

Many thanks,
Ben Cooksley
KDE Sysadmin


Re: ACTION REQUIRED - Gitlab and Subversion server migration

2023-07-23 Thread Anna (cybertailor) Vyalkova
On 2023-07-23 22:01, Ben Cooksley wrote:
> 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.

Was it possible to transfer keys from the old 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
> 
> Following these commands the next time you try to connect you will be
> prompted to confirm the new host key and trust it for use. For those who
> would like to confirm that host key, it is as follows:
> 
> 256 SHA256:zHdK2R/S6s5Oj71N0s8LHWCXXsUt+DCztd+GjzW9KlU root@lerwini
> (ED25519)
> 256 SHA256:ZNBg4AkRxbt/N6xzpt7GbmmS78A3WFy5lz0l/cPHbcE root@lerwini (ECDSA)
> 3072 SHA256:KxAoV6VsbKvAocFZCJlxtmPDScmUCRNiUiOCSXNSC/k root@lerwini (RSA)


Re: ACTION REQUIRED - Gitlab and Subversion server migration

2023-07-23 Thread Ben Cooksley
On Sun, Jul 23, 2023 at 10:59 PM Anna (cybertailor) Vyalkova <
cyber+...@sysrq.in> wrote:

> On 2023-07-23 22:01, Ben Cooksley wrote:
> > 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.
>
> Was it possible to transfer keys from the old server?
>

The SSH keys that belong to an individual developer were transferred
across, however the host keys identify a server and therefore naturally
change when the server is replaced.
The only action needed on your part is clearing out the old host keys so
the new ones can take effect.


>
> > 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
> >
> > Following these commands the next time you try to connect you will be
> > prompted to confirm the new host key and trust it for use. For those who
> > would like to confirm that host key, it is as follows:
> >
> > 256 SHA256:zHdK2R/S6s5Oj71N0s8LHWCXXsUt+DCztd+GjzW9KlU root@lerwini
> > (ED25519)
> > 256 SHA256:ZNBg4AkRxbt/N6xzpt7GbmmS78A3WFy5lz0l/cPHbcE root@lerwini
> (ECDSA)
> > 3072 SHA256:KxAoV6VsbKvAocFZCJlxtmPDScmUCRNiUiOCSXNSC/k root@lerwini
> (RSA)
>

Cheers,
Ben


Re: ACTION REQUIRED - Gitlab and Subversion server migration

2023-07-23 Thread Martin Steigerwald
Ben Cooksley - 23.07.23, 12:01:04 CEST:
> 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

The second command misses a "-f":

ssh-keygen -R svn.kde.org -f ~/.ssh/known_hosts

Thanks for all your work, Ben!

Best,
-- 
Martin




Re: ACTION REQUIRED - Gitlab and Subversion server migration

2023-07-24 Thread Vít Pelčák
ne 23. 7. 2023 v 12:01 odesílatel Ben Cooksley  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

right?


Re: ACTION REQUIRED - Gitlab and Subversion server migration

2023-07-25 Thread Ben Cooksley
On Tue, Jul 25, 2023 at 1:35 AM Vít Pelčák  wrote:

>
> ne 23. 7. 2023 v 12:01 odesílatel Ben Cooksley  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