... | ... | @@ -7,7 +7,7 @@ |
|
|
3. Download [Packer](https://www.packer.io/downloads) (used with 1.7.3, latest is 1.7.6)
|
|
|
|
|
|
4. Create new ssh key (optional but recommended)
|
|
|
`ssh-keygen -t rsa -b 4096 -C "your_email@example.com" `
|
|
|
`ssh-keygen -t rsa -b 4096 -C "your_email@example.com"`
|
|
|
Remember the name/location of the private key as we'll have to specify it later.
|
|
|
The public key `~/.ssh/KEY.pub` will have to be uploaded to the cloud provider.
|
|
|
|
... | ... | |