feat: add ssh fingerprints
This commit is contained in:
16
fingerprint.php
Normal file
16
fingerprint.php
Normal 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"; ?>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user