Hey Florian.

I faced an error in the following:

$ ssh -p22 root@MY_REMOTE_HOST_IP "mkdir -p /html/wp-content/themes/_tmp"
Host key verification failed.
ERROR: Job failed: exit code 1

I use my remote server's private key as a "$STAGING_PRIVATE_KEY".
Can't figure out what's the problem in.

Any suggestions?