From c924c7d1d19da6863ec6de9352c1d6d50f35502f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 2 Feb 2014 09:12:07 +0100 Subject: [PATCH] remote.cgi: display ed25519 fingerprint. --- html/cgi-bin/remote.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.39.2