Added display and API for SSH fingerprints
This commit is contained in:
3
fingerprint.php
Normal file
3
fingerprint.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
echo shell_exec('/usr/bin/ssh-keyscan localhost 2>/dev/null | /usr/bin/ssh-keygen -lf -');
|
||||
?>
|
Reference in New Issue
Block a user