aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-12-22 10:20:19 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2009-12-22 10:20:19 +0100
commita6383cec51e06aac55c80c5e5111856ca5b279a3 (patch)
tree07391118c6bd5c23c5f5f4b39c00c869ded1a612 /doc
parent44fd5ff4513d79bd73bf088d4c7748879b437e61 (diff)
downloadlibssh-a6383cec51e06aac55c80c5e5111856ca5b279a3.tar.gz
libssh-a6383cec51e06aac55c80c5e5111856ca5b279a3.tar.xz
libssh-a6383cec51e06aac55c80c5e5111856ca5b279a3.zip
Fix typos in doc
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial.dox4
1 files 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 :