diff options
author | Lukasz Marek <lukasz.m.luki@gmail.com> | 2014-01-20 22:57:57 +0100 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki@gmail.com> | 2014-01-22 00:41:13 +0100 |
commit | 7e8f3048464ff15d54b0e7d1972b3e3d2263cf7c (patch) | |
tree | 0efd8355b16b0d97c4488699559e6d2a510fe1e1 /doc/protocols.texi | |
parent | 977abf9aedec429d9c384058a6e3f39a2969b459 (diff) | |
download | ffmpeg-7e8f3048464ff15d54b0e7d1972b3e3d2263cf7c.tar.gz |
lavf/libssh: add private_key option
Allows to specify private key to use during authorization.
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index f37feeb659..2c842656f3 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -552,6 +552,10 @@ is not specified. Truncate existing files on write, if set to 1. A value of 0 prevents truncating. Default value is 1. +@item private_key +Specify the path of the file containing private key to use during authorization. +By default libssh searches for keys in the @file{~/.ssh/} directory. + @end table Example: Play a file stored on remote server. |