From: Arne Fitzenreiter Date: Sun, 2 Feb 2014 08:12:07 +0000 (+0100) Subject: remote.cgi: display ed25519 fingerprint. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=c924c7d1d19da6863ec6de9352c1d6d50f35502f remote.cgi: display ed25519 fingerprint. --- diff --git a/html/cgi-bin/remote.cgi b/html/cgi-bin/remote.cgi index 84e08474c..b7c839329 100644 --- a/html/cgi-bin/remote.cgi +++ b/html/cgi-bin/remote.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2014 IPFire Team # # # # 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_ed25519_key.pub","ED25519"); print "\n";