contrib: allow newer ssh keys

Signed-off-by: Vincent Batts <vbatts@kinvolk.io>
This commit is contained in:
Vincent Batts 2020-09-01 17:00:29 -04:00
parent a43fcbb534
commit b8360e2c20
No known key found for this signature in database
GPG Key ID: 524F155275DF0C3E

View File

@ -43,7 +43,7 @@ ssh_authorized_keys:
- <SSH_KEY>
hostname: <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