diff --git a/packer/templates/mininet-ovs-217.pkr.hcl b/packer/templates/mininet-ovs-217.pkr.hcl index ae6ff19a79..de0f2e1ffa 100644 --- a/packer/templates/mininet-ovs-217.pkr.hcl +++ b/packer/templates/mininet-ovs-217.pkr.hcl @@ -157,7 +157,7 @@ build { ] command = "./common-packer/ansible-playbook.sh" extra_arguments = [ - "--scp-extra-args", "'-O'", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa" + "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" ] playbook_file = "provision/mininet-ovs-217.yaml" skip_version_check = true