You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This container currently uses ssh-keyscan to fetch the host key for the WP Engine SSH server before attempting to connect.
This is insecure and defeats the entire purpose of having a host key to authenticate the server.
I suggest that instead you hardcode WP Engine's SSH host public key(s) into the container, so that SSH will fail if someone is performing a man-in-the-middle-attack against the connection.
The text was updated successfully, but these errors were encountered:
This container currently uses
ssh-keyscan
to fetch the host key for the WP Engine SSH server before attempting to connect.This is insecure and defeats the entire purpose of having a host key to authenticate the server.
I suggest that instead you hardcode WP Engine's SSH host public key(s) into the container, so that SSH will fail if someone is performing a man-in-the-middle-attack against the connection.
The text was updated successfully, but these errors were encountered: