mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
contrib: allow newer ssh keys
Signed-off-by: Vincent Batts <vbatts@kinvolk.io>
This commit is contained in:
parent
a43fcbb534
commit
b8360e2c20
@ -43,7 +43,7 @@ ssh_authorized_keys:
|
|||||||
- <SSH_KEY>
|
- <SSH_KEY>
|
||||||
hostname: <HOSTNAME>
|
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
|
while getopts "d:e:c:H:i:n:p:S:t:l:u:h" OPTION
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user