summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-30 09:05:03 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-05-30 09:05:03 -0300
commit33b42689019ec9483c4e83e844ba9f12774e870a (patch)
tree47d312d70565bd808d0274661e769f1d8dfc8613 /etc/sshd
parent2d6e7bfb45ef798b4914b74a4ef71497709bacf6 (diff)
downloadpfsense-33b42689019ec9483c4e83e844ba9f12774e870a.zip
pfsense-33b42689019ec9483c4e83e844ba9f12774e870a.tar.gz
Fix typo
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 59df32c..c119b27 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -171,7 +171,7 @@
$_gb = exec("/usr/bin/nice -n20 /usr/bin/ssh-keygen -t rsa -N '' -f $sshConfigDir/ssh_host_rsa_key");
$_gb = exec("/usr/bin/nice -n20 /usr/bin/ssh-keygen -t dsa -N '' -f $sshConfigDir/ssh_host_dsa_key");
$_gb = exec("/usr/bin/nice -n20 /usr/bin/ssh-keygen -t ecdsa -N '' -f $sshConfigDir/ssh_host_ecdsa_key");
- $_gb = exec("/usr/bin/nice -n20 /usr/bin/ssh-keygen -t ed25519 -N '' -f $sshConfigDir/ssh_host_ecdsa_key");
+ $_gb = exec("/usr/bin/nice -n20 /usr/bin/ssh-keygen -t ed25519 -N '' -f $sshConfigDir/ssh_host_ed25519_key");
clear_subsystem_dirty('sshdkeys');
file_notice("SSH", "{$g['product_name']} has completed creating your SSH keys. SSH is now started.", "SSH Startup", "");
}
OpenPOWER on IntegriCloud