diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sshconnect.c | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -5,6 +5,9 @@ | |||
5 | - Ability to disable shadow passwords at configure time | 5 | - Ability to disable shadow passwords at configure time |
6 | - Ability to disable lastlog support at configure time | 6 | - Ability to disable lastlog support at configure time |
7 | - Support for IP address in $DISPLAY | 7 | - Support for IP address in $DISPLAY |
8 | - OpenBSD CVS update: | ||
9 | - [sshconnect.c] | ||
10 | say "REMOTE HOST IDENTIFICATION HAS CHANGED" | ||
8 | 11 | ||
9 | 19991218 | 12 | 19991218 |
10 | - Redhat init script patch from Chun-Chung Chen | 13 | - Redhat init script patch from Chun-Chung Chen |
diff --git a/sshconnect.c b/sshconnect.c index d96f8e026..645c4af22 100644 --- a/sshconnect.c +++ b/sshconnect.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "includes.h" | 10 | #include "includes.h" |
11 | RCSID("$Id: sshconnect.c,v 1.18 1999/12/13 23:47:16 damien Exp $"); | 11 | RCSID("$Id: sshconnect.c,v 1.19 1999/12/21 09:57:20 damien Exp $"); |
12 | 12 | ||
13 | #ifdef HAVE_OPENSSL | 13 | #ifdef HAVE_OPENSSL |
14 | #include <openssl/bn.h> | 14 | #include <openssl/bn.h> |
@@ -1246,7 +1246,7 @@ check_host_key(char *host, | |||
1246 | } | 1246 | } |
1247 | /* The host key has changed. */ | 1247 | /* The host key has changed. */ |
1248 | error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); | 1248 | error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); |
1249 | error("@ WARNING: HOST IDENTIFICATION HAS CHANGED! @"); | 1249 | error("@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @"); |
1250 | error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); | 1250 | error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); |
1251 | error("IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!"); | 1251 | error("IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!"); |
1252 | error("Someone could be eavesdropping on you right now (man-in-the-middle attack)!"); | 1252 | error("Someone could be eavesdropping on you right now (man-in-the-middle attack)!"); |