Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki@gmail.com>2014-01-21 01:57:57 +0400
committerLukasz Marek <lukasz.m.luki@gmail.com>2014-01-22 03:41:13 +0400
commit7e8f3048464ff15d54b0e7d1972b3e3d2263cf7c (patch)
tree0efd8355b16b0d97c4488699559e6d2a510fe1e1 /doc/protocols.texi
parent977abf9aedec429d9c384058a6e3f39a2969b459 (diff)
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.texi4
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.