| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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: Florian Jacob <[email protected]>
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
|
|
| |
According to doc, ssh_userauth_none must be called before ssh_userauth_list.
It solves login issue for new versions of libssh.
Signed-off-by: Lukasz Marek <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
|
|
|
| |
Reviewed-by: Derek Buitenhuis <[email protected]>
Reviewed-by: Lukasz M <[email protected]>
See: [FFmpeg-devel] Fix libssh static linkage on Windows
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
|
|
| |
Allows to specify private key to use during authorization.
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
|
|
|
| |
- Add authentication using keys
- Provide better message on fail
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
Signed-off-by: Lukasz Marek <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|