Project

General

Profile

Download (298 Bytes) Statistics
| Branch: | Tag: | Revision:
1
global $config;
2
echo "Starting enablesshd...";
3
require("config.inc");
4
echo ".";
5
$config = parse_config(true);
6
echo ".";
7
$config['system']['enablesshd'] = true;
8
echo ".";
9
write_config("pfSsh.php enabled sshd");
10
echo "\nEnabling SSHD, please wait...";
11
send_event("service reload sshd");
12
echo "\n\n";
(7-7/18)