Martin
Martin
Could you share your code?
Same problem here. I had the impressions that PHP_INI_SCAN_DIR could be used to provide additional configuration files without overwriting the original php.ini but unfortunately that's what it looks it does.
@isontheline I hope the following is what you meant by verbose logs.  One of the logs states: No custom SSH Config File will overwrite this connection settings. So is...
Still getting the same outcome, I am afraid: [2 Jun 2025 at 17:12] [VERBOSE] Weak Algorithms Strategy : exclude [2 Jun 2025 at 17:12] [DEBUG] No custom SSH Config File...
So essentially in the the connection configuration, the host should be the actual host and not the host alias value used in the ssh_config? **Example 1** ``` Host pitest Hostname...
Let me try to be more clear as I realise my terminology might have been confusing. Example 1: connection config uses **pitest** as the value in the GUI connection editor...
All sorted. I was confused between the Name field and the Host field. @isontheline thank you for your help (and patience)