Skip to content

fix: disable StrictHostKeyChecking for pantheon deployments

David Pascoe-Deslauriers requested to merge 6.x-fix-pantheon-deploy into 6.x

Host key checking doesn't seem to work very long on pantheon. Terminus disables host key checking on all commands, see: https://github.com/pantheon-systems/terminus/blob/74d23b228302e2744aeff63661a04720d52fba00/src/Commands/Remote/SSHBaseCommand.php#L285 This commit adds this functionality to dropfort build deployments.

Merge request reports