diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-09-27 15:31:18 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-09-27 15:31:18 +0000 |
commit | b8acfb092318cb4ee3630426222770ff066883d6 (patch) | |
tree | 442c77ee47fa67e8cb56f8eda0011f1d9bfbc04c /usr.bin | |
parent | 56048bad56ed1ad8ee4c45a46f68300d3ee82eaa (diff) |
typos; from solar
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/auth2-chall.c | 4 | ||||
-rw-r--r-- | usr.bin/ssh/auth2.c | 4 | ||||
-rw-r--r-- | usr.bin/ssh/sshconnect1.c | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/ssh/auth2-chall.c b/usr.bin/ssh/auth2-chall.c index 5afd7d76986..5e6a691f808 100644 --- a/usr.bin/ssh/auth2-chall.c +++ b/usr.bin/ssh/auth2-chall.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: auth2-chall.c,v 1.7 2001/06/23 15:12:17 itojun Exp $"); +RCSID("$OpenBSD: auth2-chall.c,v 1.8 2001/09/27 15:31:17 markus Exp $"); #include "ssh2.h" #include "auth.h" @@ -139,7 +139,7 @@ kbdint_next_device(KbdintAuthctxt *kbdintctxt) } /* - * try challenge-reponse, set authctxt->postponed if we have to + * try challenge-response, set authctxt->postponed if we have to * wait for the response. */ int diff --git a/usr.bin/ssh/auth2.c b/usr.bin/ssh/auth2.c index 9f968c3dfe7..607f0dc8b24 100644 --- a/usr.bin/ssh/auth2.c +++ b/usr.bin/ssh/auth2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.70 2001/09/20 13:46:48 markus Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $"); #include <openssl/evp.h> @@ -118,7 +118,7 @@ do_authentication2() x_authctxt = authctxt; /*XXX*/ - /* challenge-reponse is implemented via keyboard interactive */ + /* challenge-response is implemented via keyboard interactive */ if (options.challenge_response_authentication) options.kbd_interactive_authentication = 1; diff --git a/usr.bin/ssh/sshconnect1.c b/usr.bin/ssh/sshconnect1.c index 8575081ed2d..05cd9f6d688 100644 --- a/usr.bin/ssh/sshconnect1.c +++ b/usr.bin/ssh/sshconnect1.c @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect1.c,v 1.39 2001/07/05 20:32:47 stevesk Exp $"); +RCSID("$OpenBSD: sshconnect1.c,v 1.40 2001/09/27 15:31:17 markus Exp $"); #include <openssl/bn.h> #include <openssl/evp.h> @@ -820,9 +820,9 @@ try_challenge_response_authentication(void) u_int clen; char prompt[1024]; char *challenge, *response; - - debug("Doing challenge reponse authentication."); - + + debug("Doing challenge response authentication."); + for (i = 0; i < options.number_of_password_prompts; i++) { /* request a challenge */ packet_start(SSH_CMSG_AUTH_TIS); |