• I am running cPanel/WHM on CentOS but i’m having issues updating via SSH/SSL. I’ve defined it all in the wp-config file but its still saying failed to connect to server. I’ve tried SSH SFTP Updater Support but the fields are not editable so i’ve just left it as SSL. Anyone who’s running cPanel/CentOS do i need to install libssh2-1-dev libssh2-php?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tim Nash

    (@tnash)

    Spam hunter

    What defines have you added to wp-config.php?

    Thread Starter t2tw

    (@t2tw)

    define(‘FTP_PUBKEY’,’/home/dev/.ssh/dev.pub’);
    define(‘FTP_PRIKEY’,’/home/dev/.ssh/dev’);
    define(‘FTP_USER’,’dev’);
    define(‘FTP_PASS’,”);
    define(‘FTP_HOST’,’myserver:22′);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update via SSH/SSL’ is closed to new replies.