tilde-oauth/fingerprint.php

4 lines
100 B
PHP

<?php
echo shell_exec('/usr/bin/ssh-keyscan localhost 2>/dev/null | /usr/bin/ssh-keygen -lf -');
?>