From 3e94c4a8f03e94f321949a2dd8c9566ea77fe687 Mon Sep 17 00:00:00 2001 From: mboelen Date: Fri, 4 Dec 2015 14:25:24 +0100 Subject: [PATCH] Added ssh_host_ed25519_key and ssh_host_ed25519_key.pub as sources to create Host ID --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index fe38de03..bd91ca14 100644 --- a/include/functions +++ b/include/functions @@ -583,7 +583,7 @@ if [ "${HOSTID}" = "" ]; then logtext "Result: no HOSTID available, trying to use SSH key as unique source" # Create host ID when a MAC address was not found - SSH_KEY_FILES="ssh_host_ecdsa_key ssh_host_ecdsa_key.pub ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_rsa_key ssh_host_rsa_key.pub" + SSH_KEY_FILES="ssh_host_ed25519_key ssh_host_ed25519_key.pub ssh_host_ecdsa_key ssh_host_ecdsa_key.pub ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_rsa_key ssh_host_rsa_key.pub" if [ -d /etc/ssh ]; then for I in ${SSH_KEY_FILES}; do if [ "${HOSTID}" = "" ]; then