Skip to content
Snippets Groups Projects
Commit c5c4ca6b authored by Florian Jacob's avatar Florian Jacob Committed by Lukasz Marek
Browse files

lavf/libssh: support reading config from ~/.ssh/config


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.

Signed-off-by: default avatarFlorian Jacob <projects+ffmpeg@florianjacob.de>
Signed-off-by: default avatarLukasz Marek <lukasz.m.luki2@gmail.com>
parent 48df30d3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment