mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
7b5e4508a8
commit
e4dc9b6f9a
@ -261,7 +261,7 @@ if ($_POST) {
|
||||
|
||||
$sshd_agentforwarding = isset($config['system']['ssh']['sshdagentforwarding']);
|
||||
if ($_POST['sshdagentforwarding']) {
|
||||
$config['system']['ssh']['sshdagentforwarding'] = true;
|
||||
$config['system']['ssh']['sshdagentforwarding'] = 'enabled';
|
||||
} else {
|
||||
unset($config['system']['ssh']['sshdagentforwarding']);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user