summaryrefslogtreecommitdiff
path: root/auth-rh-rsa.c
diff options
context:
space:
mode:
authormouring <mouring>2002-03-26 03:08:47 +0000
committermouring <mouring>2002-03-26 03:08:47 +0000
commit9304c22137dbbcb6d29225525382fd35d1fa04d9 (patch)
tree6b2183734a7911d5168003cf588086d241a98ffe /auth-rh-rsa.c
parent6ad7e14d5c6ffdcf99a7fb81f6bfe53c72c502fc (diff)
downloadopenssh-9304c22137dbbcb6d29225525382fd35d1fa04d9.tar.gz
- markus@cvs.openbsd.org 2002/03/25 09:25:06
[auth-rh-rsa.c] rm bogus comment
Diffstat (limited to 'auth-rh-rsa.c')
-rw-r--r--auth-rh-rsa.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index 75fd0b25..d7848d04 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -13,7 +13,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $");
+RCSID("$OpenBSD: auth-rh-rsa.c,v 1.34 2002/03/25 09:25:06 markus Exp $");
#include "packet.h"
#include "uidswap.h"
@@ -30,11 +30,6 @@ RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $");
/* import */
extern ServerOptions options;
-/*
- * Tries to authenticate the user using the .rhosts file and the host using
- * its host key. Returns true if authentication succeeds.
- */
-
int
auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost,
Key *client_host_key)