packer-cn/builder/hyperv/common
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
..
artifact.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
artifact_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
config_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
driver.go Porting over paulmey changes to license and copyright headers. Good guy Microsoft have changed the licensing to MPL2 and removed the copyright headers so that we can include it in the official Packer release. 2016-12-12 22:45:24 +00:00
driver_ps_4.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
floppy_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
floppy_config_test.go Use the same configuration style as existing builders 2016-12-12 22:44:02 +00:00
output_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
output_config_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
run_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
run_config_test.go Use the same configuration style as existing builders 2016-12-12 22:44:02 +00:00
shutdown_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
shutdown_config_test.go Use the same configuration style as existing builders 2016-12-12 22:44:02 +00:00
ssh.go Specify InsecureIgnoreHostKey for HostKeyCallback 2017-05-20 16:17:04 -04:00
ssh_config.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_configure_ip.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_configure_vlan.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_create_external_switch.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_create_switch.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_create_tempdir.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_create_vm.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_disable_vlan.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_enable_integration_service.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_export_vm.go fix spelling 2017-04-05 12:01:02 -07:00
step_mount_dvddrive.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_mount_floppydrive.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_mount_guest_additions.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_mount_secondary_dvd_images.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_output_dir.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_polling_installation.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_reboot_vm.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_run.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_shutdown.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_sleep.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_type_boot_command.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_unmount_dvddrive.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_unmount_floppydrive.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_unmount_guest_additions.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_unmount_secondary_dvd_images.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_wait_for_install_to_complete.go move packer to hashicorp 2017-04-04 13:39:01 -07:00