You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to generate a Vagrant box for FreeBSD 11.0-20170510-zfs, packer complains of an unknown configuration key: "ssh_disable_agent". Trace:
$ make 11.0-20170510-zfs exec /Applications/Xcode.app/Contents/Developer/usr/bin/make _build PROVIDER=vmware-iso EXTRA_OPTS="" TEMPLATE=11.0-amd64-20170510-zfs.json`go env GOPATH`/bin/packer build -only=vmware-iso -var boot_wait=35s 11.0-amd64-20170510-zfs.jsonvmware-iso output will be in this color.1 error(s) occurred:* unknown configuration key: "ssh_disable_agent"make[1]: *** [_build] Error 1make: *** [11.0-20170510-zfs] Error 2
Based on hashicorp/packer#3261 , I think that the packer configuration has unfortunately introduced a breaking change, so any projects that want to target the latest version of packer need to use ssh_private_key_file instead.
As a workaround, one can specify an earlier version of packer for installation. For example:
When I try to generate a Vagrant box for FreeBSD 11.0-20170510-zfs, packer complains of an
unknown configuration key: "ssh_disable_agent"
. Trace:Based on hashicorp/packer#3261 , I think that the packer configuration has unfortunately introduced a breaking change, so any projects that want to target the latest version of packer need to use
ssh_private_key_file
instead.As a workaround, one can specify an earlier version of packer for installation. For example:
The text was updated successfully, but these errors were encountered: