Jump to content

Help talk:SSH Fingerprints/gitlab.wikimedia.org

From Wikitech
Latest comment: 2 years ago by Lucas Werkmeister in topic Tweak table format
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Tweak table format

For easy copy+pasting, I suggest changing the fourth column of the table to include the algorithm, so it can be directly pasted into SSH. For example:

$ ssh gitlab
The authenticity of host 'gitlab.wikimedia.org (2620:0:861:1:208:80:154:14)' can't be established.
ED25519 key fingerprint is SHA256:eGFVaGXuc0AkXE4n+SrBbp1Mkul4RAvZPWbVUrZ7sM0.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? eGFVaGXuc0AkXE4n+SrBbp1Mkul4RAvZPWbVUrZ7sM0
Please type 'yes', 'no' or the fingerprint: SHA256:eGFVaGXuc0AkXE4n+SrBbp1Mkul4RAvZPWbVUrZ7sM0
Warning: Permanently added 'gitlab.wikimedia.org' (ED25519) to the list of known hosts.

--Lucas Werkmeister (talk) 13:17, 22 May 2022 (UTC)Reply