Debugging issues with libcurl and publickey authentication
Curl has support for sftp and scp, among many other protocols. In one of our php-applications we use libcurl to transfer files via sftp to a remote datacenter.
We recently migrated this application into a docker-container. With it we transferred the private key into the container, so the application can …
more ...