• Had to look around in support for some user tips and wp-config options, before it would work for me. But now all upgrades are secured.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @gastronimo,

    I’m trying to get this plugin to work for me. What tips did you find for the wp-config options?

    Thanks,
    @kevdawg

    Thread Starter gastronimo

    (@gastronimo)

    //** FTP SETTINGS FOR WP AUTO-UPDATE WITH SSH2* – last modified jul29,2016
    //define(‘FS_METHOD’, ‘ssh2’);
    define(‘FTP_BASE’, ‘/home/mysite/public_html/’);
    define(‘FTP_CONTENT_DIR’, ‘/home/mysite/public_html/wp-content/’);
    define(‘FTP_PLUGIN_DIR ‘, ‘/home/mysite/public_html/wp-content/plugins/’);
    define(‘FTP_PUBKEY’, ‘/home/mysite/.ssh/id_rsa.pub’);
    define(‘FTP_PRIKEY’, ‘/home/mysite/.ssh/id_rsa’);
    define(‘FTP_USER’, ‘mysite’);
    //FTP-SFTP password subject to change
    define(‘FTP_PASS’, ‘mypass’);
    define(‘FTP_HOST’, ‘ftp.my.site:21’);
    define(‘FTP_SSL’, false);
    define(‘FS_CHMOD_DIR’, 0755);
    define(‘FS_CHMOD_FILE’, 0644);

    @kevdawg, sorry to ping again. Would love to know if the above worked for you! Thanks @gastronimo for posting.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Needed configs, but now it rocks!’ is closed to new replies.