]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
remote.cgi: display ed25519 fingerprint.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 2 Feb 2014 08:12:07 +0000 (09:12 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 2 Feb 2014 08:12:07 +0000 (09:12 +0100)
html/cgi-bin/remote.cgi

index 84e08474c87fa8f425b207017f580a76e41859f3..b7c839329079f0ad6bd2c1e08de2577aaefe650e 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2014  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -181,6 +181,7 @@ END
 &viewkey("/etc/ssh/ssh_host_rsa_key.pub","RSA2");
 &viewkey("/etc/ssh/ssh_host_dsa_key.pub","DSA");
 &viewkey("/etc/ssh/ssh_host_ecdsa_key.pub","ECDSA");
 &viewkey("/etc/ssh/ssh_host_rsa_key.pub","RSA2");
 &viewkey("/etc/ssh/ssh_host_dsa_key.pub","DSA");
 &viewkey("/etc/ssh/ssh_host_ecdsa_key.pub","ECDSA");
+&viewkey("/etc/ssh/ssh_host_ed25519_key.pub","ED25519");
 
 print "</table>\n";
 
 
 print "</table>\n";