summaryrefslogtreecommitdiff
path: root/auth-rh-rsa.c
diff options
context:
space:
mode:
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 75fd0b257..d7848d04c 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $"); 16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.34 2002/03/25 09:25:06 markus Exp $");
17 17
18#include "packet.h" 18#include "packet.h"
19#include "uidswap.h" 19#include "uidswap.h"
@@ -30,11 +30,6 @@ RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $");
30/* import */ 30/* import */
31extern ServerOptions options; 31extern ServerOptions options;
32 32
33/*
34 * Tries to authenticate the user using the .rhosts file and the host using
35 * its host key. Returns true if authentication succeeds.
36 */
37
38int 33int
39auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, 34auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost,
40 Key *client_host_key) 35 Key *client_host_key)