From 53105f95085a10008fa96f433a5ce8a7388fc3f2 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 17 Jun 2020 16:50:53 -0700 Subject: [PATCH] update ssh docs --- website/pages/docs/communicators/ssh.mdx | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/website/pages/docs/communicators/ssh.mdx b/website/pages/docs/communicators/ssh.mdx index 5d04b9718..a79dfbbad 100644 --- a/website/pages/docs/communicators/ssh.mdx +++ b/website/pages/docs/communicators/ssh.mdx @@ -68,20 +68,12 @@ both sending the password. In other words Packer will not work with _sshd_ configured with more than one configured authentication method using `AuthenticationMethods`. -Packer supports the following ciphers: - -- aes128-ctr -- aes192-ctr -- aes256-ctr -- arcfour128 -- arcfour256 -- arcfour -- `es128-gcm@openssh.com` -- `acha20-poly1305@openssh.com` - -And the following MACs: +Packer supports the following MACs: - hmac-sha1 - hmac-sha1-96 - hmac-sha2-256 - `hmac-sha2-256-etm@openssh.com` + +For more information on the ciphers that Packer supports, check the docs for +the ssh_ciphers template option.