How To Connect with SSH In WPEngine

How To Connect with SSH In WPEngine

In this article, we will cover how to connect with SSH in the Wpengine environment. To start, you will need to generate an SSH key pair.

If you are having trouble connecting to SSH in WPEngine, this video will show you how to fix the issue.

Following are the commands which I used:

1) ssh-keygen -t rsa -b 4096 -f c:/users/bilal/.ssh/wpengine_rsa

2) Add Fingerprint in WPEngine My Profile – SSH

3) Add Config file
Host *.ssh.wpengine.net
IdentityFile ~/.ssh/wpengine_rsa
IdentitiesOnly yes

4) Connect with your wordpress website
ssh environment@environment.ssh.wpengine.net

5/5 - (6 votes)

About

Leave a Comment

Your email address will not be published. Required fields are marked *