diff options
author | jim-p <jimp@pfsense.org> | 2012-01-13 11:26:06 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-01-13 11:26:06 -0500 |
commit | 60879d1400a4a15d615cc8bdd289f1264d4eb476 (patch) | |
tree | 5f7f1eb227323d8d7cbec043d15030eaf04dfa8f /usr/local/www | |
parent | fd8774c085e47af5f4aa6349aac3de11c305f4c1 (diff) | |
download | pfsense-60879d1400a4a15d615cc8bdd289f1264d4eb476.zip pfsense-60879d1400a4a15d615cc8bdd289f1264d4eb476.tar.gz |
Fix ssh key note to refer to DSA not just RSA since both work.
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/system_advanced_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php index eb14d0c..a843c7c 100644 --- a/usr/local/www/system_advanced_admin.php +++ b/usr/local/www/system_advanced_admin.php @@ -467,7 +467,7 @@ function prot_change() { <td width="22%" valign="top" class="vncell"><?=gettext("Authentication Method"); ?></td> <td width="78%" class="vtable"> <input name="sshdkeyonly" type="checkbox" id="sshdkeyonly" value="yes" <?php if ($pconfig['sshdkeyonly']) echo "checked"; ?> /> - <strong><?=gettext("Disable password login for Secure Shell (RSA key only)"); ?></strong> + <strong><?=gettext("Disable password login for Secure Shell (RSA/DSA key only)"); ?></strong> <br/> <?=gettext("When enabled, authorized keys need to be configured for each"); ?> <a href="system_usermanager.php"><?=gettext("user"); ?></a> |