summaryrefslogtreecommitdiffstats
path: root/src/etc/sshd
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-22 12:06:36 -0200
committerRenato Botelho <renato@netgate.com>2016-01-22 12:06:36 -0200
commit606d2f9ab35e6b2c6f8762dfc8d3239d22c2b631 (patch)
tree3329a784fa6d8bce5f6b24d93e4a4c7d6e65ede7 /src/etc/sshd
parent95dea5e4179021cc2bdf09a77dd1cc42361eb5d7 (diff)
downloadpfsense-606d2f9ab35e6b2c6f8762dfc8d3239d22c2b631.zip
pfsense-606d2f9ab35e6b2c6f8762dfc8d3239d22c2b631.tar.gz
Follow FreeBSD steps (r294560) and stop creating rsa1 and dsa keys by default
Diffstat (limited to 'src/etc/sshd')
-rwxr-xr-xsrc/etc/sshd2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/etc/sshd b/src/etc/sshd
index 2e59824..044cc2b 100755
--- a/src/etc/sshd
+++ b/src/etc/sshd
@@ -46,9 +46,7 @@
$sshConfigDir = "/etc/ssh";
$keys = array(
- array('type' => 'rsa1', 'suffix' => ''),
array('type' => 'rsa', 'suffix' => 'rsa_'),
- array('type' => 'dsa', 'suffix' => 'dsa_'),
array('type' => 'ecdsa', 'suffix' => 'ecdsa_'),
array('type' => 'ed25519', 'suffix' => 'ed25519_')
);
OpenPOWER on IntegriCloud