From a6383cec51e06aac55c80c5e5111856ca5b279a3 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 22 Dec 2009 10:20:19 +0100 Subject: [PATCH] Fix typos in doc --- doc/tutorial.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.dox b/doc/tutorial.dox index 1777bede..7ab3318b 100644 --- a/doc/tutorial.dox +++ b/doc/tutorial.dox @@ -180,7 +180,7 @@ * correctly. * This makes possible the authentication via a codebook for instance (give code at 23:R at page 3). * - public key method. The host knows the public key of the user, and the user must prove he knows the - * associated private key. This can be done manually, or delegated by the SSH user agent as we'll see + * associated private key. This can be done manually, or delegated by the SSH agent as we'll see * later. * * And last but not least, all of this methods can be combined. You can for instance force the user to @@ -209,7 +209,7 @@ * - SSH_AUTH_PARTIAL : some key matched but you still have to give an other mean of authentication (like password). * - * The ssh_userauth_autopubkey function also tries to authenticate using the user agent, if you have one + * The ssh_userauth_autopubkey function also tries to authenticate using the SSH agent, if you have one * running, or the "none" method. * * If you wish to authenticate by public key by your own, follow these steps :