feat: add ssh fingerprints

This commit is contained in:
iodomi
2026-06-22 14:58:00 +02:00
parent 168974e6ce
commit 49beaa601a
2 changed files with 17 additions and 0 deletions

16
fingerprint.php Normal file
View File

@@ -0,0 +1,16 @@
<?php include "header.php"; ?>
<i style="margin-bottom: 2rem;"><?php echo $slogan; ?></i>
<div id="top-bar">
<h1>> SSH Fingerprint</h1>
</div>
<article id="content">
<p>SHA256:MPApCxVOpQc/9rXExcYC2bDwM9SzSwRx2RSaEhGoGEw (RSA)</p>
<p>SHA256:Jeciv5YkUraww9aAxtz/nzsWywKx649dqUuMjDAzER0 (ED25519)</p>
<p>SHA256:65R9vGOH/3c/E5upbYB2yhK83fO0cts9c6hShg/ylio (ECDSA)</p>
</article>
<?php include "footer.php"; ?>

View File

@@ -1,6 +1,7 @@
<footer id="footer">
<a class="link" href="https://tylda.org/git/v0id1st/main">Źródło strony</a>
<a class="link" href="/stats.php">Statystyki</a>
<a class="link" href="/fingerprint.php">SSH fingerprint</a>
</footer>
</div>
</body>