diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-03 00:07:58 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-03 00:07:58 +0000 |
commit | 09982081bebb0658025f344eb094951746bce592 (patch) | |
tree | 6589f928e70c43cbc6497f7f839d19309be2323a | |
parent | ff21aa6b298802ed85e04a4f36fda2291c4bddbc (diff) | |
download | pfsense-09982081bebb0658025f344eb094951746bce592.zip pfsense-09982081bebb0658025f344eb094951746bce592.tar.gz |
newline before running keygen
-rwxr-xr-x | etc/sshd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ /* remove previous keys and regen later */ conf_mount_rw(); mwexec("rm /etc/ssh/ssh_host_*"); + echo "\n"; 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"); |