From 2ab271c0f690e27ea7e7467243548b054b5b2747 Mon Sep 17 00:00:00 2001 From: Artyom Poptsov Date: Fri, 31 Jan 2014 14:20:46 +0400 Subject: doc/api-auth.texi (Auth): Add description of `(ssh auth)' module. * doc/api-auth.texi (Auth): Add general description of `(ssh auth)' module. --- doc/api-auth.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api-auth.texi') 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}. -- cgit v1.2.3