check: ignore ed25519publickey keys
This commit is contained in:
parent
a2d2208029
commit
566b212f74
|
@ -128,7 +128,7 @@ def get_hosts_data(srcdir):
|
|||
error("non-integer port given")
|
||||
else:
|
||||
addresses.append((v, None))
|
||||
elif k in ('ecdsapublickey'):
|
||||
elif k in ('ecdsapublickey', 'ed25519publickey'):
|
||||
continue
|
||||
else:
|
||||
error("unknown key {key} with value {val}"
|
||||
|
|
Loading…
Reference in a new issue