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"; ?>
|
||||
Reference in New Issue
Block a user