mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46: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>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user