summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 23:45:24 +0000
committerColin Watson <cjwatson@debian.org>2014-02-09 23:47:26 +0000
commitd62fa90d496ae9532d8c1426b177e12d3c5ac03b (patch)
tree3179fea9631a318c8a0782dedc7cd690f201af69 /sshd.c
parentd26565af8589d88f824b26f31da493f1056efcf4 (diff)
parentb65a0ded7a8cfe7d351e28266d7851216d679e05 (diff)
Drop ssh-vulnkey
Drop ssh-vulnkey and the associated ssh/ssh-add/sshd integration code, leaving only basic configuration file compatibility, since it has been nearly six years since the original vulnerability and this code is not likely to be of much value any more. See https://lists.debian.org/debian-devel/2013/09/msg00240.html for my full reasoning.
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sshd.c b/sshd.c
index 72e9eaf47..fd7f182a4 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1689,11 +1689,6 @@ main(int ac, char **av)
1689 sensitive_data.host_pubkeys[i] = NULL; 1689 sensitive_data.host_pubkeys[i] = NULL;
1690 continue; 1690 continue;
1691 } 1691 }
1692 if (auth_key_is_revoked(key != NULL ? key : pubkey, 1)) {
1693 sensitive_data.host_keys[i] = NULL;
1694 sensitive_data.host_pubkeys[i] = NULL;
1695 continue;
1696 }
1697 1692
1698 switch (keytype) { 1693 switch (keytype) {
1699 case KEY_RSA1: 1694 case KEY_RSA1: