summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-01-13 11:26:06 -0500
committerjim-p <jimp@pfsense.org>2012-01-13 11:26:06 -0500
commit60879d1400a4a15d615cc8bdd289f1264d4eb476 (patch)
tree5f7f1eb227323d8d7cbec043d15030eaf04dfa8f /usr/local/www/system_advanced_admin.php
parentfd8774c085e47af5f4aa6349aac3de11c305f4c1 (diff)
downloadpfsense-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/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php2
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>
OpenPOWER on IntegriCloud