Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,18 @@ | ||
Title: Machines and Fingerprints | ||
|
||
This page is maintained by Apache Infra and serves as a secure source for validating host keys on various ASF servers and services. <br/> | ||
New Committers should see the guide for setting up SSH and the brief SSH how-to. | ||
|
||
Check fingerprints with: `ssh-keygen -t rsa -l -E md5 -lf <(ssh-keyscan foo.apache.org 2>/dev/null)` <br/> | ||
Note that some hosts may have multiple keys (RSA, ECDSA, ED25519). We only list the RSA AND ECDSA fingerprints on this page. | ||
|
||
If SSH warns that the site is not known, and shows a fingerprint that is not in the table below, that could be because SSH is showing something other than RSA/ECDSA. To change the fingerprint to RSA, try the following: `ssh -o HostKeyAlgorithms=ssh-rsa foo.apache.org` <br/> | ||
You can change the hash type with the option: `ssh -o FingerprintHash=sha256 ... ` | ||
|
||
Please note that people.apache.org and home.apache.org are aliases and appear in the table as home-lw-us. | ||
|
||
**The hashes shown below are what the real machines SHOULD have. If it differs from what you see, please contact infra.** | ||
|
||
<script>function changeHeight() { var x = document.getElementById('machinesIndex'); x.style.height = "100%"; }</script> | ||
|
||
<iframe id="machinesIndex" width="100%" src="https://infra-reports.apache.org/machines/index.html" frameborder="0" allowfullscreen onload="changeHeight()"></iframe> |