diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-05-30 09:05:03 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-05-30 09:05:03 -0300 |
commit | 33b42689019ec9483c4e83e844ba9f12774e870a (patch) | |
tree | 47d312d70565bd808d0274661e769f1d8dfc8613 /etc/sshd | |
parent | 2d6e7bfb45ef798b4914b74a4ef71497709bacf6 (diff) | |
download | pfsense-33b42689019ec9483c4e83e844ba9f12774e870a.zip pfsense-33b42689019ec9483c4e83e844ba9f12774e870a.tar.gz |
Fix typo
Diffstat (limited to 'etc/sshd')
-rwxr-xr-x | etc/sshd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", ""); } |