=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshconnect.c,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- src/usr.bin/ssh/sshconnect.c 2001/01/21 19:05:59 1.91 +++ src/usr.bin/ssh/sshconnect.c 2001/01/30 22:48:52 1.92 @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect.c,v 1.91 2001/01/21 19:05:59 markus Exp $"); +RCSID("$OpenBSD: sshconnect.c,v 1.92 2001/01/30 22:48:52 djm Exp $"); #include @@ -705,7 +705,8 @@ if (options.strict_host_key_checking == 1) { fatal("Exiting, you have requested strict checking."); } else if (options.strict_host_key_checking == 2) { - if (!read_yes_or_no("Continue?", -1)) + if (!read_yes_or_no("Are you sure you want " \ + "to continue connecting (yes/no)? ", -1)) fatal("Aborted by user!\n"); } }