hashicorp / packer

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
http://www.packer.io
Other
14.98k stars 3.33k forks source link

docs: update ssh #13043

Closed tenthirtyam closed 2 weeks ago

tenthirtyam commented 2 weeks ago

Description

Adds documentation for ssh_keypair_name, ssh_agent_auth, temporary_key_pair_name, and ssh_private_key_file.

The note is updated noting that not all builders support these options.

Reference

Closes #10722