From 383e4bba25b63d4eeb73000f95d4e131eeea8b7e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 29 Sep 2016 17:55:56 +0200 Subject: [PATCH] rc: rsa1 keys were removed long ago and we set v2 anyway I pulled this from the attic, but it makes no sense. ;) --- src/etc/rc.sshd | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etc/rc.sshd b/src/etc/rc.sshd index 9b856352d..c21dfb863 100755 --- a/src/etc/rc.sshd +++ b/src/etc/rc.sshd @@ -68,7 +68,6 @@ $keys = array( $keys_dep = array( /* .pub files are implied */ - 'rsa1' => 'ssh_host_key', 'dsa' => 'ssh_host_dsa_key', );