packer-cn/builder
JD Friedrikson a0052fdb68
Specify InsecureIgnoreHostKey for HostKeyCallback
[A recent breaking change upstream in Golang's crypto
library](e4e2799dd7)
has broken SSH connectivity for a few builders:

```
==> qemu: Waiting for SSH to become available...
2017/05/20 16:23:58 ui: ==> qemu: Waiting for SSH to become available...
2017/05/20 16:23:58 packer: 2017/05/20 16:23:58 [INFO] Attempting SSH connection...
2017/05/20 16:23:58 packer: 2017/05/20 16:23:58 reconnecting to TCP connection for SSH
2017/05/20 16:23:58 packer: 2017/05/20 16:23:58 handshaking with SSH
2017/05/20 16:23:58 packer: 2017/05/20 16:23:58 handshake error: ssh: must specify HostKeyCallback
2017/05/20 16:23:58 packer: 2017/05/20 16:23:58 [DEBUG] SSH handshake err: ssh: must specify HostKeyCallback
2017/05/20 16:24:05 packer: 2017/05/20 16:24:05 [INFO] Attempting SSH connection...
2017/05/20 16:24:05 packer: 2017/05/20 16:24:05 reconnecting to TCP connection for SSH
2017/05/20 16:24:05 packer: 2017/05/20 16:24:05 handshaking with SSH
2017/05/20 16:24:05 packer: 2017/05/20 16:24:05 handshake error: ssh: must specify HostKeyCallback
2017/05/20 16:24:05 packer: 2017/05/20 16:24:05 [DEBUG] SSH handshake err: ssh: must specify HostKeyCallback
```

Specifying HostKeyCallback as insecure should make things work again
and would make sense for packer's use case.
2017-05-20 16:17:04 -04:00
..
amazon fix ami name validation 2017-05-19 02:11:43 -07:00
azure update ssh client usage for new crypto/ssh version 2017-05-18 12:01:44 -07:00
cloudstack update ssh client usage for new crypto/ssh version 2017-05-18 12:01:44 -07:00
digitalocean update ssh client usage for new crypto/ssh version 2017-05-18 12:01:44 -07:00
docker move packer to hashicorp 2017-04-04 13:39:01 -07:00
file move packer to hashicorp 2017-04-04 13:39:01 -07:00
googlecompute update ssh client usage for new crypto/ssh version 2017-05-18 12:01:44 -07:00
hyperv Specify InsecureIgnoreHostKey for HostKeyCallback 2017-05-20 16:17:04 -04:00
null Specify InsecureIgnoreHostKey for HostKeyCallback 2017-05-20 16:17:04 -04:00
oneandone Specify InsecureIgnoreHostKey for HostKeyCallback 2017-05-20 16:17:04 -04:00
openstack Merge pull request #4900 from rogers0/PR/crypto-CVE-ABI-change 2017-05-18 12:06:08 -07:00
parallels update ssh client usage for new crypto/ssh version 2017-05-18 12:01:44 -07:00
profitbricks Specify InsecureIgnoreHostKey for HostKeyCallback 2017-05-20 16:17:04 -04:00
qemu Specify InsecureIgnoreHostKey for HostKeyCallback 2017-05-20 16:17:04 -04:00
triton update ssh client usage for new crypto/ssh version 2017-05-18 12:01:44 -07:00
virtualbox Specify InsecureIgnoreHostKey for HostKeyCallback 2017-05-20 16:17:04 -04:00
vmware Specify InsecureIgnoreHostKey for HostKeyCallback 2017-05-20 16:17:04 -04:00