I’m asked to enter in FTP/SSH credentials for installing themes on Wordpress. I’ve installed the wordpress with nginx and SSH key, and I tried copying and pasting the private and public keys to the input boxes, but that didn’t work.
I’m using the root user and changed ownership of the directory /var/www/html
.
Installing Theme:
Connection Information
To perform the requested action, WordPress needs to access your web server. Please enter your FTP or SSH credentials to proceed. If you do not remember your credentials, you should contact your web host.
Hostname FTP/SSH Username FTP/SSH Password This password will not be stored on the server.
Connection Type FTP FTPS (SSL) SSH2
Authentication Keys Public Key: Private Key:
Enter the location on the server where the public and private keys are located. If a passphrase is needed, enter that in the password field above.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
WordPress will ask for these credentials if it detects that it does not have permission to write the needed files itself. This can be avoided completely by resetting these permissions so the files are owned by the user account used by your web server.
If you are on Ubuntu or Debian you can run the following command on your droplet to set these permissions for the default web root of
/var/www/html
Once this is run you should no longer see the message prompting for credentials when installing themes.
use this code , wordpress asking for ftp details because wordpress doesn’t have permission to write in your server. use these two commands in terminal.
$sudo a2enmod rewrite
$sudo chown -R www-data /var/www
video guide https://www.youtube.com/watch?v=RGGWVUIvhnk
10 astuces pour perdre du poids rapidemenet