VPS SSH Keys, Can’t Update Plugins
-
I’m using SSH Keys and in my WordPress install when trying to update plugins, it’s asking for: https://cl.ly/3G2m363d203A “Connection Information”
I’ve tried “WordPress Upgrade Constants” via https://codex.wordpress.org/Editing_wp-config.php
Using this in my wp-config.php:
define( ‘FTP_PUBKEY’, ‘/home/username/.ssh/id_rsa.pub’ );
define( ‘FTP_PRIKEY’, ‘/home/username/.ssh/id_rsa’ );I’ve replaced the paths to the paths of my keys on the server, but it’s still asking for connection information?
The topic ‘VPS SSH Keys, Can’t Update Plugins’ is closed to new replies.