From ee743f0b7c7e596adb61ec6e38f068939c423326 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 23 Apr 2019 15:42:59 +0200 Subject: [PATCH] Update website/source/partials/builders/_aws-ssh-differentiation-table.html.md --- .../partials/builders/_aws-ssh-differentiation-table.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/partials/builders/_aws-ssh-differentiation-table.html.md b/website/source/partials/builders/_aws-ssh-differentiation-table.html.md index b1ec6fd07..e56f7d47f 100644 --- a/website/source/partials/builders/_aws-ssh-differentiation-table.html.md +++ b/website/source/partials/builders/_aws-ssh-differentiation-table.html.md @@ -1,6 +1,6 @@ ## Which SSH Options to use: -This chart breaks down Packer does if you set any of the below SSH options: +This chart breaks down what Packer does if you set any of the below SSH options: | ssh_password | ssh_private_key_file | ssh_keypair_name | temporary_key_pair_name | Packer will... | | --- | --- | --- | --- | --- | @@ -8,4 +8,4 @@ This chart breaks down Packer does if you set any of the below SSH options: | - | X | - | - | ssh authenticating with private key file | | - | X | X | - | ssh authenticating with given private key file and "attaching" the keypair to the instance | | - | - | - | X | Create a temporary ssh keypair with a particular name, clean it up | -| - | - | - | - | Create a temporary ssh keypair with a default name, clean it up | \ No newline at end of file +| - | - | - | - | Create a temporary ssh keypair with a default name, clean it up |