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"

Line 1: Line 1:
 
= SSH Fingerprints for Eclipse.org =
 
= SSH Fingerprints for Eclipse.org =
  
As of Sep 27/2017
+
Last Update: Feb 14, 2022
 
+
=== dev.eclipse.org / git.eclipse.org ===
+
 
+
'''4096 SHA256:L8wrbaXO0Bg0gxslz9tHw3qTtZzdydjsoS2+h0gHhEw'''
+
  
 
=== Gerrit / git.eclipse.org:29418 ===
 
=== Gerrit / git.eclipse.org:29418 ===
  
'''2048 SHA256:zxZGLhoNFAbXrx3RNLeshKl0hDDKpaFH66o7E6Z9vVU'''
+
<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