[Kde-cvs-announce] Git/SVN Host Key Changed
Ben Cooksley
bcooksley at kde.org
Sun Jul 24 09:15:26 UTC 2016
On Sun, Jul 24, 2016 at 1:51 PM, Ben Cooksley <bcooksley at kde.org> wrote:
> Hi all,
Hi all,
My apologies for the second email.
>
> Sysadmin has performed a system update on git.kde.org and svn.kde.org
> which has resulted in the host keys for those systems changing.
>
> Please run the following commands to remove your existing host keys:
>
> ssh-keygen -f "~/.ssh/known_hosts" -R git.kde.org
> ssh-keygen -f "~/.ssh/known_hosts" -R svn.kde.org
> ssh-keygen -f "~/.ssh/known_hosts" -R 138.201.41.178
> ssh-keygen -f "~/.ssh/known_hosts" -R 2a01:4f8:171:2687::3
As has been pointed out to me, these commands won't work due to the
quotes in them.
Please use the following commands instead:
ssh-keygen -f ~/.ssh/known_hosts -R git.kde.org
ssh-keygen -f ~/.ssh/known_hosts -R svn.kde.org
ssh-keygen -f ~/.ssh/known_hosts -R 138.201.41.178
ssh-keygen -f ~/.ssh/known_hosts -R 2a01:4f8:171:2687::3
Apologies for any confusion that caused.
>
> The new ECDSA fingerprint is
> 23:62:3e:0b:18:f2:5d:e9:66:8a:80:fb:82:53:84:b5 for those who wish to
> verify it.
For those of you whose systems prefer SHA256 fingerprints, that fingerprint is:
SHA256:Bvp9zqBBiEf9QdpX09B0PL2CkDa1B64WtkKZyTq7XhM
>
> If you have any questions, please feel free to drop into #kde-sysadmin
> on Freenode, or file a sysadmin ticket.
>
> Regards,
> Ben Cooksley
> KDE Sysadmin
Regards,
Ben
More information about the Kde-cvs-announce
mailing list