summaryrefslogtreecommitdiffstats
path: root/usr/local/www
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:27:45 -0500
commita237d9b2756d59e811acb06e3702d427876a53f4 (patch)
tree9918e07994137288f4426bd12e047223232b2afa /usr/local/www
parent6a3262b324af845996086b4549812b39292b1d3a (diff)
downloadpfsense-a237d9b2756d59e811acb06e3702d427876a53f4.zip
pfsense-a237d9b2756d59e811acb06e3702d427876a53f4.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.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 d1150a2..ed5eaca 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -448,7 +448,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