summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-09 18:18:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-09 18:18:47 +0000
commit045c573b839fd6839d1e0308e6a5003ad1610c78 (patch)
tree5c0f7febdb826f4d34a9abd2c9acc7ca6a887e5a /etc/sshd
parentabafa16bca2985bf336279503e09411de4dda92d (diff)
downloadpfsense-045c573b839fd6839d1e0308e6a5003ad1610c78.zip
pfsense-045c573b839fd6839d1e0308e6a5003ad1610c78.tar.gz
Saving and restoring is fixed. Reenable.
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/sshd b/etc/sshd
index 36a027c..aed7931 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -60,9 +60,6 @@
system("/usr/bin/ssh-keygen -t rsa1 -N '' -f $sshConfigDir/ssh_host_key");
system("/usr/bin/ssh-keygen -t rsa -N '' -f $sshConfigDir/ssh_host_rsa_key");
system("/usr/bin/ssh-keygen -t dsa -N '' -f $sshConfigDir/ssh_host_dsa_key");
- system("/usr/sbin/sshd");
- system("/etc/rc.d/sshd start");
- exit;
}
if (!file_exists("$sshConfigDir/ssh_host_key") and $config['ssh']['dsa'] == "") {
OpenPOWER on IntegriCloud