From 2f53ae160240b93692340164c6df76857803114e Mon Sep 17 00:00:00 2001 From: Igor Bukanov Date: Thu, 18 Jun 2015 19:39:28 +0200 Subject: [PATCH] recognize ssh ed25519 keys This extends the regexp matching ssh rsa and dss keys to ed25519 keys. --- contrib/create-basic-configdrive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/create-basic-configdrive b/contrib/create-basic-configdrive index 14271a0858..ac82da0ae5 100755 --- a/contrib/create-basic-configdrive +++ b/contrib/create-basic-configdrive @@ -31,7 +31,7 @@ ssh_authorized_keys: - hostname: " -REGEX_SSH_FILE="^ssh-(rsa|dss) [-A-Za-z0-9+\/]+[=]{0,2} .+" +REGEX_SSH_FILE="^ssh-(rsa|dss|ed25519) [-A-Za-z0-9+\/]+[=]{0,2} .+" while getopts "d:e:H:i:n:p:S:t:h" OPTION do