From b8360e2c20cb1d3b980f522bab4025d7b9d59e26 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 1 Sep 2020 17:00:29 -0400 Subject: [PATCH] contrib: allow newer ssh keys Signed-off-by: Vincent Batts --- 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 13b904ecc5..5d7c6448b5 100755 --- a/contrib/create-basic-configdrive +++ b/contrib/create-basic-configdrive @@ -43,7 +43,7 @@ ssh_authorized_keys: - hostname: " -REGEX_SSH_FILE="^ssh-(rsa|dss|ed25519) [-A-Za-z0-9+\/]+[=]{0,2} .+" +REGEX_SSH_FILE="^(ssh-(rsa|dss|ed25519)|ecdsa-sha2-nistp521) [-A-Za-z0-9+\/]+[=]{0,2} .+" while getopts "d:e:c:H:i:n:p:S:t:l:u:h" OPTION do