Actions
Bug #8403
closedsystem_advanced_admin.php Uses Incorrect/Inconsistent $config sshdkeyonly References...
Start date:
03/30/2018
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.x
Affected Architecture:
All
Description
/usr/local/www/system_advanced_admin.php uses incorrect/inconsistent $config sshdkeyonly references.
- lines 106-110 uses $config['system']['ssh']['sshdkeyonly'] (correct, consistent with other parts and /etc/sshd)
- lines 234-239, 249 uses $config['system']['sshdkeyonly'] (incorrect/inconsistent)
- no know issues arising from current situation
- superfluous and confusing $config['system']['sshdkeyonly'] parameter persisted
Actions