Add ed25519 as a key type

https://github.com/webmin/webmin/pull/2609
This commit is contained in:
Jamie Cameron
2025-12-28 08:02:34 -08:00
parent a55a9e142b
commit 7a278ad894

View File

@@ -25,7 +25,7 @@ print &ui_table_row($text{'sync_pass'},
print &ui_table_row($text{'sync_type'},
&ui_select("type", $config{'sync_type'},
[ [ "", $text{'sync_auto'} ],
[ "rsa" ], [ "dsa" ], [ "rsa1" ] ]));
[ "rsa" ], [ "dsa" ], [ "rsa1" ], [ "ed25519" ] ]));
print &ui_table_end();
print &ui_form_end([ [ undef, $text{'save'} ] ]);