Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Ssh fingerprints"

m (Protected "Ssh fingerprints": Counter-productive edit warring ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
= SSH Fingerprints for Eclipse.org =
 
= SSH Fingerprints for Eclipse.org =
  
As of Oct 20/2015
+
Last Update: Feb 14, 2022
 
+
=== dev.eclipse.org / git.eclipse.org ===
+
 
+
'''4096 35:30:65:bf:4d:cc:1a:65:07:ec:a1:39:44:19:ef:87'''
+
  
 
=== Gerrit / git.eclipse.org:29418 ===
 
=== Gerrit / git.eclipse.org:29418 ===
  
'''2048 1a:b6:dc:be:0e:1f:ab:01:70:aa:43:82:4d:54:51:37'''
+
<pre>
 +
ssh-keyscan -p 29418 git.eclipse.org 2>/dev/null | ssh-keygen -l -f -
 +
2048 SHA256:zxZGLhoNFAbXrx3RNLeshKl0hDDKpaFH66o7E6Z9vVU [git.eclipse.org]:29418 (RSA)
 +
256 SHA256:CPkwsR92HjGs6J7AF1lxvhnIHrmS8oQfIGpwjY1Nqs0 [git.eclipse.org]:29418 (ECDSA)
 +
256 SHA256:bdCIz6OcVkeW2qQ/azqQo0z6URusFj+v9AfkI2yWE2U [git.eclipse.org]:29418 (ED25519)
 +
</pre>

Revision as of 06:04, 14 February 2022

SSH Fingerprints for Eclipse.org

Last Update: Feb 14, 2022

Gerrit / git.eclipse.org:29418

ssh-keyscan -p 29418 git.eclipse.org 2>/dev/null | ssh-keygen -l -f -
2048 SHA256:zxZGLhoNFAbXrx3RNLeshKl0hDDKpaFH66o7E6Z9vVU [git.eclipse.org]:29418 (RSA)
256 SHA256:CPkwsR92HjGs6J7AF1lxvhnIHrmS8oQfIGpwjY1Nqs0 [git.eclipse.org]:29418 (ECDSA)
256 SHA256:bdCIz6OcVkeW2qQ/azqQo0z6URusFj+v9AfkI2yWE2U [git.eclipse.org]:29418 (ED25519)

Back to the top