summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-17 20:16:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-17 20:16:36 +0000
commitc5a9b876cf4cdaee85dd9804f7efbab3d5617b8f (patch)
treec092aa07f0dd7842850f468a88e9c7248e60e094 /etc/sshd
parent7e6d816a9324e975811a08220413e159a9fbac63 (diff)
downloadpfsense-c5a9b876cf4cdaee85dd9804f7efbab3d5617b8f.zip
pfsense-c5a9b876cf4cdaee85dd9804f7efbab3d5617b8f.tar.gz
Use correct path. DOH!
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sshd b/etc/sshd
index 69b3e71..dc9320b 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -44,7 +44,7 @@
foreach($files_to_check as $f2c) {
if(file_exists("/etc/ssh/{$f2c}"))
if(file_size("/etc/ssh/{$f2c}")==0) {
- mwexec("rm /etc/ssh_host*");
+ mwexec("rm /etc/ssh/ssh_host*");
}
}
OpenPOWER on IntegriCloud