summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-12-13 18:57:15 -0500
committerChris Buechler <cmb@pfsense.org>2009-12-13 18:57:15 -0500
commit36f5df24af78b90a2a7d7a2844295e510da7577a (patch)
tree87fd6c22624837822f66f4d262aeee43f4eb196b /usr/local
parentf915024922486eb0f424e89e96fc7b9f13bcd5a5 (diff)
downloadpfsense-36f5df24af78b90a2a7d7a2844295e510da7577a.zip
pfsense-36f5df24af78b90a2a7d7a2844295e510da7577a.tar.gz
remove authorized_keys check, many users won't have SSH access anyway, this check is much too restrictive
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/system_usermanager.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index 5e4c7a2..9577bce 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -227,9 +227,6 @@ if (isAllowedPage("system_usermanager")) {
}
}
- if (isset($config['system']['ssh']['sshdkeyonly']) && empty($_POST['authorizedkeys']))
- $input_errors[] = gettext("You must provide an authorized key otherwise you won't be able to login into this system.");
-
/* if this is an AJAX caller then handle via JSON */
if (isAjax() && is_array($input_errors)) {
input_errors2Ajax($input_errors);
OpenPOWER on IntegriCloud