diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-31 01:15:32 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-31 01:15:32 +0000 |
commit | 36aaefff61f6107126912d4038a7d2cf1cb49c09 (patch) | |
tree | ff2853eaff6bbd65dd712c10aad62199c5353432 /cf | |
parent | 3d941d72333ae7a4451f3e39e150029aa6f4794d (diff) | |
download | pfsense-36aaefff61f6107126912d4038a7d2cf1cb49c09.zip pfsense-36aaefff61f6107126912d4038a7d2cf1cb49c09.tar.gz |
Allow SSH service to be disabled / enabled.
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 8bb1b03..a17cc8d 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -5,6 +5,7 @@ <lastchange></lastchange> <theme>metallic</theme> <system> + <enablesshd/> <optimization>normal</optimization> <schedulertype>priq</schedulertype> <hostname>pfSense</hostname> |