Skip to content

Commit

Permalink
Fixed wrong parameter in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-aboutin authored and lbajolet-hashicorp committed Jun 3, 2024
1 parent 9390f71 commit 3fb6b76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3fb6b76

Please sign in to comment.