diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-01-28 15:14:53 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-01-28 15:14:53 +0400 |
| commit | 2cfd34dbcd475295497d70c35d138412996078b1 (patch) | |
| tree | f5c0b95645651cf903670c939d19ed56875ec3d2 /doc/api-auth.texi | |
| parent | guile-ssh.texi: Remove `Preface'. Add `installation'. (diff) | |
| download | guile-ssh-2cfd34dbcd475295497d70c35d138412996078b1.tar.gz | |
doc/guile-ssh.texi (Top): Add `Concept Index'.
* doc/api-version.texi (Version): Update concepts.
* doc/api-sessions.texi (Sessions): Likewise.
* doc/api-messages.texi (Messages, Parsing of Requests): Likewise.
* doc/api-channels.texi (Channels): Likewise.
* doc/api-auth.texi (Auth): Likewise.
* doc/guile-ssh.texi (Top): Add `Concept Index'.
* doc/indices.texi (Concept Index): New node.
Diffstat (limited to 'doc/api-auth.texi')
| -rw-r--r-- | doc/api-auth.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api-auth.texi b/doc/api-auth.texi index 9337dbe..1ad8eb0 100644 --- a/doc/api-auth.texi +++ b/doc/api-auth.texi @@ -17,6 +17,7 @@ Try to authenticate with a public key @var{publickey}. @end deffn @deffn {Scheme Procedure} userauth-autopubkey! session +@cindex authentication with a SSH agent Try to automatically authenticate with @code{none} method first and then with public keys. The procedure will try to get a cached private key from a @acronym{SSH} agent and if it fails it will try to read a |
