[FFmpeg-devel] [PATCH] lavf/libssh: add private_key option

Stefano Sabatini stefasab at gmail.com
Tue Jan 21 11:45:00 CET 2014


On date Monday 2014-01-20 23:09:14 +0100, Lukasz Marek encoded:
> Allows to specify private key to use during authorization.
> 
> Signed-off-by: Lukasz Marek <lukasz.m.luki at gmail.com>
> ---
>  doc/protocols.texi    |  5 +++++
>  libavformat/libssh.c  | 54 +++++++++++++++++++++++++++++++++++++++++----------
>  libavformat/version.h |  2 +-
>  3 files changed, 50 insertions(+), 11 deletions(-)
> 
> diff --git a/doc/protocols.texi b/doc/protocols.texi
> index f37feeb..2128107 100644
> --- a/doc/protocols.texi
> +++ b/doc/protocols.texi
> @@ -552,6 +552,11 @@ is not specified.
>  Truncate existing files on write, if set to 1. A value of 0 prevents
>  truncating. Default value is 1.
>  
> + at item private_key

> +Specifies private key used during authorization.

Specify the path of the filename containg the private key to use
during authorization.

> +By default libssh search for keys in @file{~/.ssh/} directory.

> +Providing invalid or not existing key blocks other authorization methods.

Providing an invalid or non existing key filename blocks other
authorization methods.

"blocks other authorization methods" is a bit weird and vague.

[...]
-- 
FFmpeg = Faithful and Fancy Minimal Peaceful Elitist Generator


More information about the ffmpeg-devel mailing list