summaryrefslogtreecommitdiff
path: root/auth-rhosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-rhosts.c')
-rw-r--r--auth-rhosts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-rhosts.c b/auth-rhosts.c
index 8f6655d4d..dc82849be 100644
--- a/auth-rhosts.c
+++ b/auth-rhosts.c
@@ -16,7 +16,7 @@ the login based on rhosts authentication. This file also processes
16*/ 16*/
17 17
18#include "includes.h" 18#include "includes.h"
19RCSID("$Id: auth-rhosts.c,v 1.3 1999/11/15 04:25:10 damien Exp $"); 19RCSID("$Id: auth-rhosts.c,v 1.4 1999/11/18 21:25:48 damien Exp $");
20 20
21#include "packet.h" 21#include "packet.h"
22#include "ssh.h" 22#include "ssh.h"
@@ -213,7 +213,7 @@ int auth_rhosts(struct passwd *pw, const char *client_user)
213 group or world writable. */ 213 group or world writable. */
214 if (stat(pw->pw_dir, &st) < 0) 214 if (stat(pw->pw_dir, &st) < 0)
215 { 215 {
216 log("Rhosts authentication refused for %.100: no home directory %.200s", 216 log("Rhosts authentication refused for %.100s: no home directory %.200s",
217 pw->pw_name, pw->pw_dir); 217 pw->pw_name, pw->pw_dir);
218 packet_send_debug("Rhosts authentication refused for %.100: no home directory %.200s", 218 packet_send_debug("Rhosts authentication refused for %.100: no home directory %.200s",
219 pw->pw_name, pw->pw_dir); 219 pw->pw_name, pw->pw_dir);