diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-28 16:16:51 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-28 16:17:53 -0400 |
commit | 0790b420c4a16a42822d48edadb349a654b00179 (patch) | |
tree | 0c6ccc801819dd3b5ee7c256e5e7d0189863d596 /etc | |
parent | 8fe7e3fcd28bd1ba0ca6f9a2fc9c3863217fe337 (diff) | |
download | pfsense-0790b420c4a16a42822d48edadb349a654b00179.zip pfsense-0790b420c4a16a42822d48edadb349a654b00179.tar.gz |
Require globals.inc and use correct directory name sshd, not ssh
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/sshd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ /* restore ssh data for nanobsd platform */ if($g['platform'] == "nanobsd" and file_exists("/conf/sshd/ssh_host_key")) { - if(!file_exists("/etc/sshd/sshd_host_key.pub")) { + if(!file_exists("/etc/ssh/sshd_host_key.pub")) { cp("/conf/sshd/* /etc/ssh/"); } } |