summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/system_usermanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index 259bda4..c98f1cb 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -685,7 +685,7 @@ function sshkeyClicked(obj) {
<td width="78%" class="vtable">
<select name='keylen' class="formselect">
<?php
- $cert_keylens = array( "512", "1024", "2048", "4096");
+ $cert_keylens = array( "2048", "512", "1024", "4096");
foreach( $cert_keylens as $len):
?>
<option value="<?=$len;?>"><?=$len;?></option>
OpenPOWER on IntegriCloud