From d8268a4c9e5b9efdcf0a190ffe943d0b13ffc7fc Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 3 Jul 2024 13:42:36 -0400 Subject: [PATCH] Update generate web-docs --- .web-docs/components/builder/iso/README.md | 2 +- .web-docs/components/builder/vmcx/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.web-docs/components/builder/iso/README.md b/.web-docs/components/builder/iso/README.md index cce32d8..3eea3a5 100644 --- a/.web-docs/components/builder/iso/README.md +++ b/.web-docs/components/builder/iso/README.md @@ -688,7 +688,7 @@ provisioner](/packer/docs/provisioner/file). **NOTE**: Guests using Windows with Win32-OpenSSH v9.1.0.0p1-Beta, scp (the default protocol for copying data) returns a 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 diff --git a/.web-docs/components/builder/vmcx/README.md b/.web-docs/components/builder/vmcx/README.md index 36f80bc..cae1565 100644 --- a/.web-docs/components/builder/vmcx/README.md +++ b/.web-docs/components/builder/vmcx/README.md @@ -510,7 +510,7 @@ In HCL2: **NOTE**: Guests using Windows with Win32-OpenSSH v9.1.0.0p1-Beta, scp (the default protocol for copying data) returns a 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