How to ssh to a wordpress site -


i'm having trouble logging wordpress wp-admin page. when go http://example.com/wp-admin redirects secure https https://example.com/wp-admin.php , says "web page not available".

wordpress hosting site, can't ftp it. trying ssh using wordpress username , password isn't working either.

ssh user@example.com password: password 

results in: "permission denied, please try again." appreciated.

(comments converted answer)

wordpress.com doesn't support direct access ssh or ftp. also, far can tell, support https when using subdomains of wordpress.com, not custom domains.

however, if you're looking way https in front of site host doesn't support it, 1 alternative put reverse proxy such cloudflare in front of site. cloudflare offers free tls (ssl) termination users connect cloudflare's server securely, cloudflare decrypt information , transparently pass on origin server.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -