summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 10:21:51 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 10:21:51 +1000
commitff4454dbda098d98819a108b76d3508402ab3441 (patch)
treeb540833cfd4cac75f49374c2cbfe9064998cdd25 /sshconnect.c
parent0f0ef0ab1f7af50e7f48a8bc06cf3f5fc76654c7 (diff)
- ian@cvs.openbsd.org 2008/06/12 23:24:58
[sshconnect.c] tweak wording in message, ok deraadt@ jmc@
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect.c b/sshconnect.c
index c99874285..267670771 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect.c,v 1.207 2008/06/12 20:38:28 dtucker Exp $ */ 1/* $OpenBSD: sshconnect.c,v 1.208 2008/06/12 23:24:58 ian Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -850,7 +850,7 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port,
850 error("@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @"); 850 error("@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @");
851 error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); 851 error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@");
852 error("The %s host key for %s has changed,", type, host); 852 error("The %s host key for %s has changed,", type, host);
853 error("and the key for the according IP address %s", ip); 853 error("and the key for the corresponding IP address %s", ip);
854 error("%s. This could either mean that", key_msg); 854 error("%s. This could either mean that", key_msg);
855 error("DNS SPOOFING is happening or the IP address for the host"); 855 error("DNS SPOOFING is happening or the IP address for the host");
856 error("and its host key have changed at the same time."); 856 error("and its host key have changed at the same time.");