diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-06-06 12:12:17 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-06-06 12:12:17 +0400 |
| commit | 985a3c75c47a84992b8d62b19a9668c9477cde8e (patch) | |
| tree | a2c8fd78be0ee9518c654382e6726fe8c1112133 /doc/api-keys.texi | |
| parent | tests/key.scm: New test suite (diff) | |
| download | guile-ssh-985a3c75c47a84992b8d62b19a9668c9477cde8e.tar.gz | |
key-func.c (guile_ssh_private_key_from_file): Remove `session' parameter
* ssh/key-func.c (guile_ssh_private_key_from_file): Remove `session'
parameter. All callers updated.
* doc/api-keys.texi (Keys): Update description of
`private-key-from-file'.
* examples/echo/client.scm.in (get-prvkey): Update.
* tests/key.scm ("private-key-from-file"): Update.
* tests/client-server.scm ("userauth-public-key!, success"): Update.
* NEWS: Update.
Diffstat (limited to 'doc/api-keys.texi')
| -rw-r--r-- | doc/api-keys.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api-keys.texi b/doc/api-keys.texi index 99ba8a8..d757efc 100644 --- a/doc/api-keys.texi +++ b/doc/api-keys.texi @@ -39,7 +39,7 @@ The @var{type} must be one of the following symbols: @code{dss}, @code{rsa}, @code{rsa1}, @code{ecdsa} @end deffn -@deffn {Scheme Procedure} private-key-from-file session file +@deffn {Scheme Procedure} private-key-from-file file Read private key from a @var{file}. If the the key is encrypted the user will be asked for passphrase to decrypt the key. |
