Skip to content
Snippets Groups Projects
Commit f2b300c7 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Add ssh related vars to example file

parent 69a7960b
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,9 @@ security_groups = ["allow ssh"]
image_date_suffix = false
# Set to a public key that will be added as a root ssh key
root_ssh_key = "ecdsa-sha2-nistp256 AAAAyourkeyhere comment string here"
# The username to connect to SSH with. Used by Packer build section
ssh_username = "centos"
# Key that will be used for SSH with the machine. Must match key pair name loaded up into the remote.
ssh_keypair_name = ""
# Path to the private key file to use to authenticate with SSH.
ssh_private_key_file = ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment