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
Updated by Jim Pingle over 6 years ago
- Status changed from New to Resolved
This was fixed by 0bfd23a619ac28f95371bfeeca5d400bbd83ae6b as a part of #8402
Actions