summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-10 19:29:10 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-10 19:29:10 -0400
commit2257118f09d5bcf4d27adfab38573be87f2cbbc8 (patch)
tree50e0b1face79898713ebc8297de7a649f7766d7c /etc/sshd
parent11da95a60ff9f0de83030fb352a0396dea737035 (diff)
downloadpfsense-2257118f09d5bcf4d27adfab38573be87f2cbbc8.zip
pfsense-2257118f09d5bcf4d27adfab38573be87f2cbbc8.tar.gz
Unbreak sshd
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/sshd b/etc/sshd
index 1c2aabb..d0b9bf6 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -28,6 +28,9 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
+
+ require_once("globals.inc");
+ require_once("functions.inc");
require_once("config.inc");
if(isset($config['system']['enablesshd'])) {
OpenPOWER on IntegriCloud