]> andersk Git - openssh.git/blobdiff - auth-rh-rsa.c
- markus@cvs.openbsd.org 2002/03/25 09:25:06
[openssh.git] / auth-rh-rsa.c
index 75fd0b257adb866e6697cd7e8ced097e4f38224a..d7848d04c4dd6ba0fdb56efcb91ac9823d8c9f6c 100644 (file)
@@ -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)
This page took 0.031686 seconds and 4 git commands to generate.