summaryrefslogtreecommitdiff
path: root/auth.h
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 /auth.h
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 'auth.h')
-rw-r--r--auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index ec95460cf..5b6824f71 100644
--- a/auth.h
+++ b/auth.h
@@ -191,7 +191,7 @@ char *authorized_principals_file(struct passwd *);
191 191
192FILE *auth_openkeyfile(const char *, struct passwd *, int); 192FILE *auth_openkeyfile(const char *, struct passwd *, int);
193FILE *auth_openprincipals(const char *, struct passwd *, int); 193FILE *auth_openprincipals(const char *, struct passwd *, int);
194int auth_key_is_revoked(Key *, int); 194int auth_key_is_revoked(Key *);
195 195
196HostStatus 196HostStatus
197check_key_in_hostfiles(struct passwd *, Key *, const char *, 197check_key_in_hostfiles(struct passwd *, Key *, const char *,