summaryrefslogtreecommitdiff
path: root/auth-rh-rsa.c
diff options
context:
space:
mode:
authordjm <djm>2003-04-09 10:59:48 +0000
committerdjm <djm>2003-04-09 10:59:48 +0000
commit411917d70b48eac07467b4f6d3e425026db4e917 (patch)
treef3daac52afa68b4d67db59327f0bb3dfcf85b1d7 /auth-rh-rsa.c
parentc71e9e59b6d3ab8706dd5251f33061739329218b (diff)
downloadopenssh-411917d70b48eac07467b4f6d3e425026db4e917.tar.gz
*** empty log message ***
Diffstat (limited to 'auth-rh-rsa.c')
-rw-r--r--auth-rh-rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index d7848d04..8675de58 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -75,7 +75,7 @@ auth_rhosts_rsa(struct passwd *pw, char *cuser, Key *client_host_key)
/* Perform the challenge-response dialog with the client for the host key. */
if (!auth_rsa_challenge_dialog(client_host_key)) {
- log("Client on %.800s failed to respond correctly to host authentication.",
+ logit("Client on %.800s failed to respond correctly to host authentication.",
chost);
return 0;
}