[vlc-devel] [PATCH] sftp: add public key authentication

Jean-Baptiste Kempf jb at videolan.org
Tue Mar 8 16:26:06 CET 2016


On 08 Mar, Petri Hintukainen wrote :
> +    if( asprintf( &psz_keyfile1, "%s/.ssh/id_rsa.pub", psz_home ) == -1 ||
> +        asprintf( &psz_keyfile2, "%s/.ssh/id_rsa",     psz_home ) == -1 )
> +        goto bailout;

How does that behaves on non-POSIX systems, like Windows?

With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list