Commit 94c12c9a authored by Cameron Stokes's avatar Cameron Stokes

Fix 'ephemeral' misspelling.

parent 207b81c8
...@@ -20,9 +20,9 @@ usually will stop between each step, waiting for keyboard input before ...@@ -20,9 +20,9 @@ usually will stop between each step, waiting for keyboard input before
continuing. This will allow you to inspect state and so on. continuing. This will allow you to inspect state and so on.
In debug mode once the remote instance is instantiated, Packer will emit to the In debug mode once the remote instance is instantiated, Packer will emit to the
current directory an emphemeral private ssh key as a .pem file. Using that you current directory an ephemeral private ssh key as a .pem file. Using that you
can `ssh -i <key.pem>` into the remote build instance and see what is going on can `ssh -i <key.pem>` into the remote build instance and see what is going on
for debugging. The emphemeral key will be deleted at the end of the packer run for debugging. The ephemeral key will be deleted at the end of the packer run
during cleanup. during cleanup.
### Windows ### Windows
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment