[FFmpeg-devel] [PATCH] sftp: support reading config from ~/.ssh/config

Lukasz Marek lukasz.m.luki2 at gmail.com
Wed Mar 11 01:47:29 CET 2015


On 11.03.2015 01:13, Florian Jacob wrote:
> libssh provides a function for parsing ~/.ssh/config for ssh connection parameters like user, hostname, identity file
> and port. This patch makes ffmpeg use this function to take parameters from the config file for everything that's not
> explicitely set in the url. It also supports host aliases, i.e. using a shorthand in the url and replacing it with the
> hostname / IP address specified for the shorthand in the config file.

Works nice, pushed, thanks.



More information about the ffmpeg-devel mailing list