mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 18:30:41 -05:00
This adds support for using amazon-ebs/amazon-instance builder without a keypair. If a ssh_private_key_file is supplied without a ssh_keypair_name no temporary ssh keypair is created. If ssh_password is used no temporary ssh keypair is created and the password is used when trying to connect. Closes #2301 Closes #3156 |
||
|---|---|---|
| .. | ||
| builder.go | ||
| builder_test.go | ||
| step_bundle_volume.go | ||
| step_register_ami.go | ||
| step_upload_bundle.go | ||
| step_upload_x509_cert.go | ||