summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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