summaryrefslogtreecommitdiff
path: root/doc/api-auth.texi
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2014-01-31 14:20:46 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2014-01-31 14:20:46 +0400
commit2ab271c0f690e27ea7e7467243548b054b5b2747 (patch)
tree5a5ee63cb9b5f806a346da9f4d788fe5ab87ec31 /doc/api-auth.texi
parentdoc/api-messages.texi (Message Handling): Improve doc. (diff)
downloadguile-ssh-2ab271c0f690e27ea7e7467243548b054b5b2747.tar.gz
doc/api-auth.texi (Auth): Add description of `(ssh auth)' module.
* doc/api-auth.texi (Auth): Add general description of `(ssh auth)' module.
Diffstat (limited to 'doc/api-auth.texi')
-rw-r--r--doc/api-auth.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api-auth.texi b/doc/api-auth.texi
index 1ad8eb0..e19d672 100644
--- a/doc/api-auth.texi
+++ b/doc/api-auth.texi
@@ -8,6 +8,9 @@
@cindex authentication
+The @code{(ssh auth)} module provides authentication procedures for a
+Guile-SSH client.
+
@deffn {Scheme Procedure} userauth-pubkey! session username publickey privatekey
Try to authenticate with a public key @var{publickey}.