diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-02-23 20:00:43 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-02-23 20:00:43 +0300 |
| commit | 1b1a5547df7febef147380cc6bad9942d78b409b (patch) | |
| tree | 5cde39396e0447c76ec713889b0b9ad237598d24 /doc | |
| parent | Merge branch 'master' into wip-libssh-0-7 (diff) | |
| download | guile-ssh-1b1a5547df7febef147380cc6bad9942d78b409b.tar.gz | |
doc/api-servers.texi: Update description of 'hostkey' option
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api-servers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api-servers.texi b/doc/api-servers.texi index 1cdada5..ebcf299 100644 --- a/doc/api-servers.texi +++ b/doc/api-servers.texi @@ -54,6 +54,11 @@ Expected type of @var{value}: number. @item hostkey Set the @var{server} public key type: ``ssh-rsa'' or ``ssh-dss''. +@strong{libssh 0.7 note:} you should pass a path to an ssh key for this +option. Only one key from per key type (RSA, DSA, ECDSA) is allowed in an +server at a time, and later calls to @code{server-set!} with this option for +the same key type will override prior calls. + Expected type of @var{value}: string. @item dsakey Set the path to the @acronym{SSH} host @acronym{DSA} key. |
