diff options
author | Micah Anderson <micah@riseup.net> | 2014-11-01 10:29:48 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2014-11-01 10:29:48 -0400 |
commit | 37bd36fe06c0fafb353a01672d29cf4bffdc9e4a (patch) | |
tree | 2e6b0da61c4e370e07f92314e84bc211a7b9fbcc | |
parent | f19d1718b4842c3fe58dd877eb7efbdae8817b1f (diff) | |
download | puppet-sshd-37bd36fe06c0fafb353a01672d29cf4bffdc9e4a.tar.gz puppet-sshd-37bd36fe06c0fafb353a01672d29cf4bffdc9e4a.tar.bz2 |
Revert "get ecdsa host keys in Debian Wheezy"
This reverts commit 1eabfe1b590f6663c2558f949408a08fc5f58fa6.
These shitty NIST curves are no good
-rw-r--r-- | templates/sshd_config/Debian_wheezy.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/sshd_config/Debian_wheezy.erb b/templates/sshd_config/Debian_wheezy.erb index cdcebfe..70bb4bf 100644 --- a/templates/sshd_config/Debian_wheezy.erb +++ b/templates/sshd_config/Debian_wheezy.erb @@ -24,7 +24,6 @@ Protocol 2 # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key -HostKey /etc/ssh/ssh_host_ecdsa_key #Privilege Separation is turned on for security UsePrivilegeSeparation yes |