- OpenBSD CVS update:

- [sshconnect.c]
   say "REMOTE HOST IDENTIFICATION HAS CHANGED"
This commit is contained in:
Damien Miller 1999-12-21 20:57:20 +11:00
parent 76112de734
commit f039badd72
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- Ability to disable shadow passwords at configure time - Ability to disable shadow passwords at configure time
- Ability to disable lastlog support at configure time - Ability to disable lastlog support at configure time
- Support for IP address in $DISPLAY - Support for IP address in $DISPLAY
- OpenBSD CVS update:
- [sshconnect.c]
say "REMOTE HOST IDENTIFICATION HAS CHANGED"
19991218 19991218
- Redhat init script patch from Chun-Chung Chen - Redhat init script patch from Chun-Chung Chen

View File

@ -8,7 +8,7 @@
*/ */
#include "includes.h" #include "includes.h"
RCSID("$Id: sshconnect.c,v 1.18 1999/12/13 23:47:16 damien Exp $"); RCSID("$Id: sshconnect.c,v 1.19 1999/12/21 09:57:20 damien Exp $");
#ifdef HAVE_OPENSSL #ifdef HAVE_OPENSSL
#include <openssl/bn.h> #include <openssl/bn.h>
@ -1246,7 +1246,7 @@ check_host_key(char *host,
} }
/* The host key has changed. */ /* The host key has changed. */
error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@");
error("@ WARNING: HOST IDENTIFICATION HAS CHANGED! @"); error("@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @");
error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); error("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@");
error("IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!"); error("IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!");
error("Someone could be eavesdropping on you right now (man-in-the-middle attack)!"); error("Someone could be eavesdropping on you right now (man-in-the-middle attack)!");