Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
94c12c9a
Commit
94c12c9a
authored
Aug 06, 2015
by
Cameron Stokes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 'ephemeral' misspelling.
parent
207b81c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
website/source/docs/other/debugging.html.markdown
website/source/docs/other/debugging.html.markdown
+2
-2
No files found.
website/source/docs/other/debugging.html.markdown
View file @
94c12c9a
...
...
@@ -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.
In debug mode once the remote instance is instantiated, Packer will emit to the
current directory an e
m
phemeral 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
for debugging. The e
m
phemeral 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.
### Windows
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment