mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
Merge pull request #420 from ibukanov/master
recognize ssh ed25519 keys
This commit is contained in:
commit
420d0825ad
@ -31,7 +31,7 @@ ssh_authorized_keys:
|
|||||||
- <SSH_KEY>
|
- <SSH_KEY>
|
||||||
hostname: <HOSTNAME>
|
hostname: <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
|
while getopts "d:e:H:i:n:p:S:t:h" OPTION
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user