From 3fb6b767013a2c9788223b3ecb411ff50a44c8c9 Mon Sep 17 00:00:00 2001 From: Alex Boutin <70167962+mr-aboutin@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:49:58 -0400 Subject: [PATCH] Fixed wrong parameter in doc --- .../packer-plugin-sdk/communicator/SSH-not-required.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/partials/packer-plugin-sdk/communicator/SSH-not-required.mdx b/website/content/partials/packer-plugin-sdk/communicator/SSH-not-required.mdx index 7655eaa19..e119862b9 100644 --- a/website/content/partials/packer-plugin-sdk/communicator/SSH-not-required.mdx +++ b/website/content/partials/packer-plugin-sdk/communicator/SSH-not-required.mdx @@ -78,7 +78,7 @@ **NOTE**: Guests using Windows with Win32-OpenSSH v9.1.0.0p1-Beta, scp (the default protocol for copying data) returns a non-zero error code since the MOTW cannot be set, which cause any file transfer to fail. As a workaround you can override the transfer protocol - with SFTP instead `ssh_file_transfer_protocol = "sftp"`. + with SFTP instead `ssh_file_transfer_method = "sftp"`. - `ssh_proxy_host` (string) - A SOCKS proxy host to use for SSH connection