SSH for WPEngine Cheatsheet
- WPEngine requires the use of its
IdentityFile - The user and hostname can be found at the bottom of the overview screen in your wpe ui for the specific site your trying to access.
Wpengine ssh config example
1
2
3
4
5
6
Host ht
User user (get from overview screen admin UI)
Hostname host.ssh.wpengine.net (get from overview screen admin UI)
PreferredAuthentications publickey
IdentityFile ~/.ssh/wpengine_ed25519
IdentitiesOnly yes
This post is licensed under CC BY 4.0 by the author.